adding package.json

This commit is contained in:
Kfir Dayan 2023-09-11 15:46:07 +03:00
commit 42d89b893a

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "michael",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsc && node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}