-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "physical-flag",
"version": "1.0.0",
"description": "實體 Flag 回報網站,該出去摸草了。 ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SCAICT/physical-flag.git"
},
"keywords": [
"SCAICT",
"CTF",
"flag"
],
"author": "Elvis Mao",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SCAICT/physical-flag/issues"
},
"homepage": "https://github.com/SCAICT/physical-flag#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"iconv-lite": "^0.6.3",
"json2csv": "^6.0.0-alpha.2",
"sqlite3": "^5.1.7"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}