-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
executable file
·95 lines (95 loc) · 2.74 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": "z",
"version": "0.0.2",
"description": "",
"private": true,
"dependencies": {
"@types/bull": "^3.13.0",
"async-validator": "^3.3.0",
"bcryptjs": "^2.4.3",
"bull": "^3.14.0",
"canvas": "^2.6.1",
"chalk": "^4.0.0",
"dayjs": "^1.8.28",
"egg-jwt": "^3.1.7",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.13.0",
"egg-socket.io": "^4.1.6",
"egg-view-ejs": "^2.0.1",
"ejs": "^3.1.3",
"fs-extra": "^9.0.0",
"ip2region": "^1.7.0",
"lodash": "^4.17.15",
"midway": "^1.20.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"mz-modules": "^2.1.0",
"nodemailer": "^6.4.8",
"ora": "^4.0.4",
"path-to-regexp": "^6.1.0",
"pinyin-no-jieba": "^2.8.3",
"plural": "^1.1.0",
"qs": "^6.9.4",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"sequelize": "5.21.11",
"sequelize-typescript": "1.1.0",
"sharp": "^0.25.3",
"shelljs": "^0.8.4",
"typeorm": "^0.2.25",
"uuid": "^8.1.0",
"vinyl-ftp": "^0.6.1",
"yargonaut": "^1.1.4",
"tsconfig-paths": "^3.9.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/ioredis": "^4.16.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.154",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.9",
"@types/nodemailer": "^6.4.0",
"@types/qs": "^6.9.3",
"@types/request": "^2.48.5",
"@types/uuid": "^8.0.0",
"@types/xml2js": "^0.4.5",
"@waiting/eslint-config": "^5.1.0",
"cross-env": "^7.0.2",
"egg-ci": "^1.15.0",
"eslint": "^7.1.0",
"midway-bin": "1",
"midway-mock": "1",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "cross-env NODE_OPTIONS='-r ./tsconfig-paths-bootstrap.js' egg-scripts start --daemon --title=z --framework=midway",
"stop": "egg-scripts stop --title=z",
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
"docker": "NODE_ENV=production node -r ./tsconfig-paths-bootstrap.js ./node_modules/midway/server.js",
"debug": "cross-env NODE_ENV=local midway-bin debug --ts",
"test": "npm run lint && midway-bin test --ts",
"cov": "midway-bin cov --ts",
"lint": "eslint --fix src/**/*.{ts,js} test/**/*.{ts,js}",
"ci": "npm run cov",
"build": "midway-bin build -c",
"z": "ts-node -r tsconfig-paths/register ./src/console/index.ts",
"typeorm": "./node_modules/.bin/ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js"
},
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "atzcl",
"license": "MIT"
}