forked from byu-oit/github-action-disallow-concurrent-runs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 884 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
32
33
{
"name": "github-action-disallow-concurrent-runs",
"version": "2.0.2",
"description": "Disallow Concurrent Runs",
"main": "index.js",
"scripts": {
"lint": "npx standard index.js",
"package": "npx ncc build index.js -m -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/github-action-disallow-concurrent-runs.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "Gary Crye <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/github-action-disallow-concurrent-runs/issues"
},
"homepage": "https://github.com/byu-oit/github-action-disallow-concurrent-runs#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"standard": "^17.0.0"
}
}