forked from jedsada-gh/action-connect-ovpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 939 Bytes
/
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
{
"name": "action-connect-ovpn",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/golfzaptw/action-connect-ovpn.git",
"author": "Patawee Boonsongsri <[email protected]>",
"license": "MIT",
"scripts": {
"build": "ncc build index.js",
"lint": "eslint . --fix",
"lint:check": "eslint . --color",
"prettier": "prettier --write '**/*.js'",
"prettier:check": "prettier --list-different '**/*.js'"
},
"devDependencies": {
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.1",
"@zeit/ncc": "^0.21.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"path": "^0.12.7",
"ping": "^0.2.2",
"prettier": "^1.19.1",
"shelljs.exec": "^1.1.8"
}
}