-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "debuggers",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"run": "node src/index.js",
"dev": "nodemon src/index.js --ext js,json,html,css",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikhilRattaNITKKR/Debuggers.git"
},
"author": "Nikhil Ratta",
"license": "ISC",
"bugs": {
"url": "https://github.com/NikhilRattaNITKKR/Debuggers/issues"
},
"homepage": "https://github.com/NikhilRattaNITKKR/Debuggers#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"googleapis": "^67.1.1",
"mongodb": "^3.6.4",
"multer": "^1.4.2",
"node-localstorage": "^2.1.6",
"realm": "^10.1.4",
"request": "^2.88.2",
"sharp": "^0.27.1",
"socket.io": "^4.0.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"description": ""
}