-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "uoooooooo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run serve",
"serve": "node dist/server.js",
"build": "npm run tslint && npm run build-ts",
"build-ts": "tsc",
"watch": "npm run tslint && npm run watch-ts",
"watch-ts": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"pm2": "pm2 start pm2.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/koa": "^2.11.3",
"@types/koa-json-error": "^3.1.2",
"@types/koa-logger": "^3.1.1",
"@types/koa-redis": "^4.0.0",
"@types/koa-router": "^7.4.1",
"@types/koa-static": "^4.0.1",
"@types/koa2-cors": "^2.0.1",
"@types/lodash": "^4.14.158",
"@types/nodemailer": "^6.4.0",
"@types/pako": "^1.0.1",
"tslint": "^6.1.2",
"typescript": "^3.9.7"
},
"dependencies": {
"atob": "^2.1.2",
"bcrypt": "^5.0.0",
"glob": "^7.1.6",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-json-error": "^3.1.2",
"koa-logger": "^3.2.1",
"koa-parameter": "^3.0.1",
"koa-redis": "^4.0.1",
"koa-router": "^9.1.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"mongoose": "^5.9.26",
"nodemailer": "^6.4.11",
"pako": "^1.0.11"
}
}