-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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 licensee/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/licensee/licensed-ci.git"
},
"keywords": [
"GitHub",
"Licensed"
],
"author": "Jon Ruskin",
"license": "MIT",
"bugs": {
"url": "https://github.com/licensee/licensed-ci/issues"
},
"homepage": "https://github.com/licensee/licensed-ci#readme",
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/github": "^7.0.0",
"@actions/io": "^2.0.0",
"@octokit/plugin-throttling": "^11.0.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/eslintrc": "^3.3.3",
"@babel/preset-env": "^7.29.0",
"@eslint/js": "^9.39.2",
"@vercel/ncc": "^0.38",
"babel-jest": "^30.2.0",
"eslint": "^9.39.2",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jest": "^30.2",
"sinon": "^21.0.1"
}
}