Add initial package.json file

This commit is contained in:
natreex
2025-11-16 10:28:51 -05:00
commit e192b6dcc2

12
package.json Normal file
View File

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