-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 937 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
35
36
37
{
"name": "sleuth-action",
"version": "1.0.0",
"description": "A GitHub action to register a deploy to Sleuth",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license licenses.txt",
"lint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baratrion/sleuth-action.git"
},
"keywords": [
"Sleuth",
"sleuth.io",
"GitHub",
"Actions"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/baratrion/sleuth-action/issues"
},
"homepage": "https://github.com/baratrion/sleuth-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/http-client": "^1.0.11"
},
"devDependencies": {
"@vercel/ncc": "^0.29.0",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}