-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 910 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 910 Bytes
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
{
"name": "actions-bot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"build": "npm install && npx ncc build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oss-tooling/actions-bot.git"
},
"author": "Brett Logan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oss-tooling/actions-bot/issues"
},
"homepage": "https://github.com/oss-tooling/actions-bot#readme",
"dependencies": {
"@octokit/app": "^14.0.2",
"@octokit/core": "^6.0.1",
"@octokit/plugin-paginate-rest": "^10.0.0",
"@octokit/plugin-retry": "^7.0.3",
"@octokit/plugin-throttling": "^9.0.3",
"body-parser": "^1.20.2",
"express": "^4.18.3",
"express-rate-limit": "^7.2.0",
"octokit": "^3.1.2",
"raw-body": "^2.5.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1"
}
}