-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "tomato-server",
"version": "1.0.0",
"description": "tomabang server",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=prod && egg-scripts start --daemon --ignore-stderr --title=tomato-user",
"stop": "egg-scripts stop --title=tomatobang",
"dev": "egg-bin dev -r egg-ts-helper/register",
"tsc": "ets && tsc -p tsconfig.json",
"clean": "ets clean",
"lint": "tslint .",
"eslint": "eslint app test",
"debug": "egg-bin debug -r egg-ts-helper/register",
"test-local": "egg-bin test -r egg-ts-helper/register",
"test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-bin cov",
"debug-raw": "egg-bin debug --inspect-brk",
"ci": "npm run lint && npm run cov",
"autod": "egg-bin autod",
"doc": "apidoc -i app/ -o doc/ ",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"egg": {
"typescript": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomatobang/tomato-server.git"
},
"keywords": [
"tomato",
"Pomodoro"
],
"author": "yipeng.info",
"license": "Apache",
"bugs": {
"url": "https://github.com/tomatobang/tomato-server/issues"
},
"homepage": "https://github.com/tomatobang/tomato-server#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.4",
"co": "^4.6.0",
"consul": "^0.34.1",
"egg": "^2.8.1",
"egg-alinode": "^2.0.1",
"egg-cors": "^2.0.0",
"egg-mock": "^3.14.0",
"egg-mongoose": "^2.1.1",
"egg-redis": "^1.0.2",
"egg-scripts": "^2.5.0",
"egg-sequelize": "^5.0.0",
"egg-socket.io": "^4.0.8",
"egg-static": "^2.0.0",
"egg-validate": "^1.0.0",
"egg-view-nunjucks": "^2.1.4",
"formidable": "^1.1.1",
"jpush-sdk": "^3.4.3",
"jsonwebtoken": "^8.1.0",
"koa-ratelimit": "^4.0.0",
"koa-send": "^4.1.2",
"moment": "^2.20.1",
"qiniu": "^7.1.1",
"socket.io-client": "^2.0.4",
"source-map-support": "^0.5.0",
"tslib": "^1.8.1",
"typescript": "^2.8.0",
"uuid": "^3.2.1",
"snyk": "^1.192.4"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"eslint": "^4.14.0",
"eslint-config-egg": "^5.1.1",
"@types/mocha": "^2.2.40",
"@types/mockjs": "^1.0.0",
"@types/node": "^8.5.2",
"@types/power-assert": "^1.4.29",
"@types/supertest": "^2.0.0",
"@types/uuid": "^3.4.3",
"concurrently": "^3.5.1",
"egg-bin": "^4.3.7",
"egg-mock": "^3.15.0",
"egg-ts-helper": "^1.5.0",
"mocha": "^4.1.0",
"trash-cli": "^1.4.0",
"ts-loader": "^3.2.0",
"ts-node": "^5.0.0",
"tslint": "^4.0.0"
},
"snyk": true
}