1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.3",
"fs": "0.0.1-security",
"http": "0.0.0",
"javascript-obfuscator": "^0.18.1"
}
}
|