commit 71c0a6eb9e6653d759d09db2a8a3c62702cc541f Author: doqedev Date: Thu Oct 9 20:46:48 2025 -0700 made package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a999966 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "npm", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs" +}