-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
47
48
49
{
"name": "add-github-meta-ips-to-allowlist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license LICENSE",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kty1965/add-github-meta-ips-to-allowlist.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kty1965/add-github-meta-ips-to-allowlist/issues"
},
"homepage": "https://github.com/kty1965/add-github-meta-ips-to-allowlist#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^5.1.0",
"@octokit/graphql": "^7.0.2",
"@octokit/plugin-paginate-rest": "^9.1.5",
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/plugin-throttling": "^8.1.3",
"@octokit/rest": "^20.0.2",
"bottleneck": "^2.19.5",
"underscore": "^1.13.6",
"yaml": "^2.3.4"
},
"devDependencies": {
"@commitlint/cli": "^18.1.0",
"@vercel/ncc": "^0.38.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1"
},
"config": {
"1": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}