-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "issuetron-3000",
"version": "1.0.0",
"description": "A GitHub action to turn on a light in the physical world when someone opens an issue on your repo",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxarc/issuetron-3000.git"
},
"keywords": [
"adafruit-iot",
"ESP8266",
"gh-action",
"github-actions",
"devto"
],
"author": "mxarc",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxarc/issuetron-3000/issues"
},
"homepage": "https://github.com/mxarc/issuetron-3000#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0",
"async-mqtt": "^2.6.1",
"build": "^0.1.4"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@vercel/ncc": "^0.23.0",
"cz-conventional-changelog": "3.3.0",
"husky": "^4.3.0",
"typescript": "^4.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}