-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 899 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 899 Bytes
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": "segmentoj-data-server",
"version": "1.0.1",
"description": "Testdata server for SegmentOJ.",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segment-oj/segmentoj-data-server.git"
},
"keywords": [
"SegmentOJ",
"web",
"server"
],
"author": "SegmentOJ",
"license": "MIT",
"bugs": {
"url": "https://github.com/segment-oj/segmentoj-data-server/issues"
},
"homepage": "https://github.com/segment-oj/segmentoj-data-server#readme",
"dependencies": {
"axios": "^0.21.1",
"check-disk-space": "^2.1.0",
"express": "^4.17.1",
"serve-index": "^1.9.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.11",
"@types/serve-index": "^1.7.30",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}