forked from fastify/github-action-merge-dependabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "github-action-merge-dependabot",
"version": "3.0.2",
"description": "A GitHub action to automatically merge and approve Dependabot pull requests",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js",
"lint": "eslint .",
"test": "tap",
"prepare": "husky install"
},
"author": {
"name": "Salman Mitha",
"email": "[email protected]"
},
"contributors": [
"Simone Busoli <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/github-action-merge-dependabot.git"
},
"bugs": {
"url": "https://github.com/fastify/github-action-merge-dependabot/issues"
},
"homepage": "https://github.com/fastify/github-action-merge-dependabot#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"semver": "^7.5.4"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"tap": "^16.3.8"
}
}