-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.77 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
96
97
98
99
100
101
102
103
104
105
{
"name": "weixin-third-platform",
"version": "1.0.0",
"description": "微信第三方平台管理",
"private": true,
"author": "Rafong",
"egg": {
"typescript": true,
"declarations": true
},
"scripts": {
"restart": "npm run ci && npm run stop && npm run start",
"start": "egg-scripts start --env=prod --title=egg-server-weixin-third-platform --port 3000",
"test": "egg-scripts start --env=test --title=egg-server-weixin-third-platform --port 3000",
"stop": "egg-scripts stop --title=egg-server-weixin-third-platform",
"dev": "ENV_PATH=env/.envv egg-bin dev --port 3000",
"debug": "egg-bin debug",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"tsc": "ets && tsc -p tsconfig.json",
"ets": "ets",
"ci": "npm run cov && npm run tsc",
"autod": "autod",
"lint": "tslint --project . -c tslint.json",
"clean": "ets clean",
"new": "plop"
},
"dependencies": {
"@alicloud/pop-core": "^1.7.9",
"@types/bluebird": "^3.5.29",
"@types/validator": "^10.11.3",
"ali-oss": "^6.3.1",
"axios": "^0.19.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"class-validator-helper": "^0.0.4",
"cross-blob": "^1.2.0",
"cross-spawn": "^7.0.3",
"crypto": "^1.0.1",
"dayjs": "^1.10.6",
"egg": "^2.6.1",
"egg-cors": "^2.2.3",
"egg-logrotator": "^3.1.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.6.0",
"egg-sequelize-ts": "^0.2.3-0",
"egg-view-nunjucks": "^2.3.0",
"images": "^3.2.3",
"ioredis": "^4.14.1",
"jsonwebtoken": "^8.5.1",
"md5js": "^1.0.7",
"monk": "^7.1.1",
"mysql2": "^2.0.0",
"qs": "^6.9.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1",
"sequelize-typescript": "^1.0.0",
"tencentcloud-sdk-nodejs": "^3.0.110",
"uuid": "^3.3.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/ali-oss": "^6.0.4",
"@types/co": "^4.6.2",
"@types/ioredis": "^4.14.2",
"@types/jsonwebtoken": "^8.3.5",
"@types/mocha": "^2.2.40",
"@types/node": "^7.10.9",
"@types/qs": "^6.9.0",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"egg-ts-helper": "^1.25.6",
"module-alias": "^2.2.2",
"plop": "^2.5.3",
"tslib": "^1.9.0",
"tslint": "^5.14.0",
"tslint-config-egg": "^1.0.0",
"typescript": "^3.7.2"
},
"_moduleAliases": {
"@base": "app/base",
"@lib": "app/lib",
"@util": "app/util",
"@schema": "app/schema"
},
"engines": {
"node": ">=8.9.0"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"license": "MIT"
}