diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b35e65 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "project-techrpg", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node app.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Alee14/Project-TechRPG.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Alee14/Project-TechRPG/issues" + }, + "homepage": "https://github.com/Alee14/Project-TechRPG#readme", + "dependencies": { + "express": "^4.17.1", + "fs": "0.0.1-security", + "http": "0.0.0", + "javascript-obfuscator": "^0.18.1" + } +} |
