generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.14 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
42
43
44
45
46
{
"name": "licensed-ci",
"version": "1.11.1",
"description": "GitHub Actions CI workflow for github/licensed",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test",
"test": "npm run lint && jest",
"package": "ncc build lib/index.js -o dist",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/licensed-ci.git"
},
"keywords": [
"GitHub",
"Licensed"
],
"author": "Jon Ruskin",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/licensed-ci/issues"
},
"homepage": "https://github.com/github/licensed-ci#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@octokit/plugin-throttling": "^9.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@eslint/eslintrc": "^3.2.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.17.0",
"@vercel/ncc": "^0.38",
"babel-jest": "^29.7.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"jest": "^29.7",
"sinon": "^19.0.2"
}
}