-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1016 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1016 Bytes
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
{
"name": "@mpflow/plugin-e2e-test",
"version": "1.0.0-alpha.2",
"description": "> TODO: description",
"author": "chyizheng <[email protected]>",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"template",
"jest-preset.js"
],
"repository": {
"type": "git",
"url": "[email protected]:wechat-miniprogram/weflow.git"
},
"scripts": {
"build": "node ../../scripts/build",
"build-js": "node ../../scripts/build-js",
"build-ts": "node ../../scripts/build-ts"
},
"dependencies": {
"babel-plugin-istanbul": "^6.1.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"miniprogram-automator": "^0.10.0"
},
"devDependencies": {
"@mpflow/service": "workspace:*",
"@types/jest": "^29.5.13",
"@types/ws": "^7.4.7"
},
"peerDependencies": {
"@mpflow/plugin-babel": "*",
"@mpflow/service": "*"
}
}