forked from midwayjs/pgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "@midwayjs/pgo-gen",
"description": "pgo-gen",
"version": "0.0.17",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^26.0.0",
"@types/node": "^10.12.18",
"eslint": "^7.9.0",
"eslint-plugin-jest": "^24.0.2",
"jest": "^26.4.2",
"ts-jest": "^26.0.0",
"typescript": "^4.1.0"
},
"main": "dist/main.js",
"bin": {
"pgo": "bin/pgo-bin.js"
},
"files": [
"bin",
"dist",
"resources",
"pgoCommonUtils.js"
],
"scripts": {
"build": "tsc",
"publish": "cnpm i && npm run build && rm -rf node_modules && cnpm i --production && s cli registry publish"
},
"dependencies": {
"@alicloud/fc2": "^2.5.0",
"@midwayjs/command-core": "^1.2.94",
"@serverless-devs/core": "^0.1.27",
"ali-oss": "^6.17.1",
"crypto-js": "^4.1.1",
"fs-extra": "^10.0.0",
"globby": "^10.0.2",
"got": "^11.8.3",
"js-yaml": "^4.1.0",
"jszip": "^3.7.1",
"minimist": "^1.2.5",
"p-limit": "^3.1.0",
"tar": "^6.1.11",
"uuid-1345": "^1.0.2",
"yargs": "^17.3.1"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}