commit e192b6dcc2ccaee95d9973bddd76a5e036531de1 Author: natreex Date: Sun Nov 16 10:28:51 2025 -0500 Add initial package.json file diff --git a/package.json b/package.json new file mode 100644 index 0000000..035a481 --- /dev/null +++ b/package.json @@ -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": "" +}