-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.67 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.67 KB
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
{
"name": "magic-node-admin-server",
"version": "1.0.0",
"description": "",
"private": false,
"dependencies": {
"@midwayjs/bootstrap": "^3.8.0",
"@midwayjs/bull-board": "^3.8.0",
"@midwayjs/cache": "^3.8.0",
"@midwayjs/captcha": "^3.8.0",
"@midwayjs/core": "^3.8.0",
"@midwayjs/info": "^3.8.0",
"@midwayjs/jwt": "^3.8.0",
"@midwayjs/koa": "^3.8.0",
"@midwayjs/logger": "^2.17.0",
"@midwayjs/security": "^3.8.0",
"@midwayjs/validate": "^3.8.0",
"@theroyalwhee0/snowman": "^1.0.0",
"bcryptjs": "^2.4.3",
"cache-manager": "^5.1.3",
"cache-manager-ioredis": "^2.1.0",
"crypto-js": "^4.1.1",
"magic-node": "^1.0.0-beta100",
"typeorm": "^0.3.10"
},
"devDependencies": {
"@midwayjs/cli": "^2.0.4",
"@midwayjs/mock": "^3.8.0",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.2.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/koa": "^2.13.5",
"@types/node": "14",
"cross-env": "^7.0.3",
"jest": "^29.3.1",
"mwts": "^1.3.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "NODE_ENV=production node ./bootstrap.js",
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
"test": "midway-bin test --ts",
"cov": "midway-bin cov --ts",
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "midway-bin build -c"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/BySlin/magic-node-admin-server.git"
},
"author": "BySlin",
"license": "MIT"
}