-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (36 loc) · 904 Bytes
/
package.json
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
{
"name": "shellhacks2023",
"version": "1.0.0",
"type": "module",
"description": "ShellHackProject",
"main": "index.js",
"scripts": {
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vercel dev",
"build": "echo \"No build step required\"",
"vercel-build": "echo \"No build step required\""
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndexDDuo/ShellHacks2023.git"
},
"author": "Team NoName",
"license": "ISC",
"bugs": {
"url": "https://github.com/IndexDDuo/ShellHacks2023/issues"
},
"homepage": "https://github.com/IndexDDuo/ShellHacks2023#readme",
"dependencies": {
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}