Compare commits

...

2 commits

Author SHA1 Message Date
Leon Grünewald
2500a990aa Add .gitignore 2024-10-01 10:47:40 +02:00
Leon Grünewald
ad9a66979d Init package.json 2024-10-01 10:47:23 +02:00
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules
.idea

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": ""
}