-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
43
44
45
46
47
{
"name": "heroku-configs-check",
"version": "0.0.0-development",
"description": "Action to check if the baby is sleeping",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist/",
"build": "ncc build src -o dist -m",
"watch": "npm run build -- --watch -d",
"prepare": "husky install",
"test": "c8 ava | tap-difflet",
"test:watch": "ava --watch",
"release": "semantic-release"
},
"keywords": [],
"author": "Fortunat Mutunda",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.7.0",
"@actions/github": "^5.0.1",
"@vercel/ncc": "^0.33.4",
"heroku-client": "^3.1.0",
"rimraf": "^3.0.2",
"sinon": "^13.0.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/cz-commitlint": "^16.2.4",
"@commitlint/format": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"ava": "^4.2.0",
"c8": "^7.11.2",
"chalk": "^5.0.1",
"eslint": "^8.14.0",
"eslint-config-xo": "^0.40.0",
"husky": "^7.0.0",
"semantic-release": "^19.0.2",
"tap-difflet": "^0.7.2",
"tap-spec": "^2.2.2"
},
"repository": {
"type": "git",
"url": "git@github.com:FottyM/heroku-configs-check.git"
}
}