forked from kota65535/github-openvpn-connect-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "github-openvpn-connect-action",
"version": "2.0.2",
"description": "GitHub Action for connecting to OpenVPN server",
"keywords": ["github", "actions"],
"homepage": "https://github.com/kota65535/github-openvpn-connect-action#readme",
"bugs": {
"url": "https://github.com/kota65535/github-openvpn-connect-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kota65535/github-openvpn-connect-action.git"
},
"license": "MIT",
"author": "Tomohiko Ozawa <[email protected]>",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js",
"format": "prettier --write \"src/**/*.js\"",
"lint": "eslint --fix \"src/**/*.js\"",
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"shelljs.exec": "1.1.8",
"tail": "2.2.6"
},
"devDependencies": {
"@vercel/ncc": "0.36.1",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.0.0",
"husky": "8.0.3",
"prettier": "2.8.8"
}
}