This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "syzoj-v3",
"version": "0.0.0",
"private": true,
"description": "The new version of SYZOJ",
"repository": "git@github.com:syzoj/syzoj-v3.git",
"license": "AGPL-3.0",
"author": "Menci <huanghaorui301@gmail.com>",
"main": "src/Bootstrap.js",
"scripts": {
"dev-watch": "nodemon --watch 'src/**/*' -e ts,tsx index.js --",
"dev": "node index.js",
"test": "mocha -r ./node_modules/ts-node/register test/*.ts -b"
},
"dependencies": {
"app-module-path": "^2.2.0",
"bcrypt": "^3.0.2",
"fs-extra": "^7.0.1",
"koa": "^2.6.1",
"koa-bodyparser": "^4.2.1",
"koa-multer": "^1.0.2",
"koa-session": "^5.10.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"mongoose": "^5.3.12",
"randomstring": "^1.1.5",
"reflect-metadata": "^0.1.12",
"typegoose": "^5.4.1",
"typescript": "^3.1.6",
"validator": "^10.9.0",
"vizion": "^2.0.2",
"winston": "^3.1.0"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-multer": "^1.0.0",
"@types/koa-session": "^5.7.4",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.3.1",
"@types/randomstring": "^1.1.6",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.15",
"@types/validator": "^9.4.2",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.6",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0"
}
}