-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 942 Bytes
/
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
{
"name": "gh-action-toggle-awaiting-reply-label",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license licenses.txt",
"release": "bumpp package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jd-0001/gh-action-toggle-awaiting-reply-label.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jd-0001/gh-action-toggle-awaiting-reply-label/issues"
},
"homepage": "https://github.com/jd-0001/gh-action-toggle-awaiting-reply-label#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"bumpp": "^9.1.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}