forked from takashiro/setup-wechat-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "setup-wechat-devtools",
"version": "1.1.0",
"description": "Setup WeChat DevTools in GitHub Actions",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"debug": "tsc --incremental",
"test": "eslint src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takashiro/setup-wechat-devtools.git"
},
"keywords": [
"wechat",
"devtools"
],
"author": "Kazuichi Takashiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/takashiro/setup-wechat-devtools/issues"
},
"homepage": "https://github.com/takashiro/setup-wechat-devtools#readme",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/tool-cache": "^1.7.1",
"execa": "^5.1.1",
"ps-list": "^7.2.0"
},
"devDependencies": {
"@types/node": "^14.17.15",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
}
}