forked from dulong41/label-when-approved-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 779 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
34
{
"name": "label-when-approved-2023",
"version": "1.2",
"private": false,
"description": "Label when approved action (2023)",
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js -o dist",
"test": "jest",
"all": "npm run lint && npm run prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-fulbright/label-when-approved-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Jeremiah Fulbright",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/rest": "^20.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"eslint": "^8.45.0",
"prettier": "^3.0.0"
}
}