Init package.json

This commit is contained in:
Leon Grünewald 2024-10-01 10:47:23 +02:00
parent dfa58e883b
commit ad9a66979d

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "sticker-usage-analyzer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}