-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.36 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
{
"name": "midway-upgrade",
"version": "0.0.22",
"main": "dist/index",
"typings": "dist/index.d.ts",
"bin": {
"midway-upgarde": "bin/bin.js"
},
"dependencies": {
"@midwayjs/command-core": "^2",
"@midwayjs/serverless-spec-builder": "^2",
"prettier": "^2.1.1",
"typescript": "^4.8.4",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@midwayjs/cli": "^2",
"@midwayjs/cli-plugin-dev": "^2",
"@midwayjs/serverless-app": "^3.0.4",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.4.0",
"@types/node": "^10",
"axios": "^0.25.0",
"eslint": "^7.9.0",
"eslint-plugin-jest": "^24.0.2",
"jest": "^29.3.1",
"mwts": "^1.3.0",
"ts-jest": "^29.0.3"
},
"engines": {
"node": ">= 12"
},
"files": [
"bin",
"dist",
"src"
],
"scripts": {
"build": "tsc --build",
"lint": "mwts check",
"lint:fix": "mwts fix",
"test": "mw test --forceExit --runInBand",
"cov": "mw cov --forceExit --runInBand",
"release": "npm run build && npm publish --access=public",
"beta": "npm run build && npm publish --tag beta"
},
"repository": {
"type": "git",
"url": "git@github.com:midwayjs/cli.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "61e1928171b9ad9375fc0448cba975c30af81b13"
}