-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 980 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
38
39
40
41
{
"name": "tft-snapshot-website",
"description": "TFT Snapshot Website\r a",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"http-errors": "^2.0.0",
"https": "^1.0.0",
"json": "^11.0.0",
"morgan": "^1.10.0",
"path": "^0.12.7"
},
"dependencies": {
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"http-errors": "^2.0.0",
"https": "^1.0.0",
"json": "^11.0.0",
"morgan": "^1.10.0",
"path": "^0.12.7"
}
}