init project

This commit is contained in:
daniel muniz
2024-06-05 18:15:03 -03:00
commit 6d4e9bb221
6 changed files with 255 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "netstar-categorizer",
"version": "1.0.0",
"main": "src/app.js",
"scripts": {
"dev": "node --watch src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}