first commit

This commit is contained in:
s.golasch
2023-08-01 14:21:39 +02:00
commit a2cc0ee158
5 changed files with 135 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "thingie",
"version": "1.0.0",
"description": "",
"main": "thingie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"crc": "^3.8.0"
}
}