-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
{
"name": "@mpxjs/e2e",
"version": "0.0.13",
"description": "",
"main": "src/index.js",
"types": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run lint && ./by-esbuild.js",
"lint": "eslint . --ext .ts",
"fix": "eslint --fix --ext .js,.mpx,.ts",
"tsc": "tsc",
"dev": "./by-esbuild.js -w -s",
"server:dev": "node ./serverTest.js",
"release": "sh ./release.sh"
},
"keywords": [
"e2e",
"mpx",
"miniprogram"
],
"bin": {
"e2ePlatformBuild": "./serverTest.js"
},
"author": "kf-fe",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpx-ecology/mpx-e2e/issues"
},
"homepage": "https://github.com/mpx-ecology/mpx-e2e#readme",
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@types/koa": "^2.13.4",
"@types/node": "^16.6.1",
"@types/nunjucks": "^3.2.1",
"chalk": "^4.1.2",
"connect-history-api-fallback": "^1.6.0",
"fs-extra": "^10.1.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"miniprogram-automator": "^0.11.0",
"open": "^8.4.0",
"path-to-regexp": "^6.2.1",
"prettier": "^2.7.1",
"typescript": "^4.3.5",
"ws": "^8.7.0"
},
"devDependencies": {
"@types/connect-history-api-fallback": "^1.3.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"commander": "^6.2.1",
"esbuild": "^0.12.15",
"esbuild-plugin-copy": "^1.3.0",
"eslint": "^7.31.0",
"pm2": "^5.2.0",
"ts-loader": "^9.2.3",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
}
}