forked from github/setup-licensed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
38
39
40
41
{
"name": "setup-licensed",
"version": "1.1.4",
"description": "Setup github/licensed for use in GitHub Actions workflows.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib",
"test": "eslint lib && jest",
"package": "ncc build lib/index.js -o dist",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonabc/setup-licensed.git"
},
"keywords": [
"GitHub",
"Licensed"
],
"author": "Jon Ruskin",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonabc/setup-licensed/issues"
},
"homepage": "https://github.com/jonabc/setup-licensed#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@octokit/plugin-throttling": "^6.0.0",
"@octokit/rest": "^19.0.11",
"semver": "^7.5.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"sinon": "^15.1.0"
}
}