-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 866 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 866 Bytes
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
{
"name": "reg-notify-github-plugin",
"version": "0.14.2",
"description": "Notify reg-suit result to GitHub repository",
"regSuitPlugin": {
"recommended": true
},
"main": "lib/index.js",
"scripts": {
"test": "jest",
"prepublish": "tsc -p tsconfig.build.json"
},
"keywords": [
"reg",
"reg-suit-plugin",
"GitHub"
],
"author": {
"name": "Quramy",
"email": "yosuke.kurami@gmail.com"
},
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"@types/jest": "27.5.2",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.2",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"dependencies": {
"open": "^8.0.0",
"reg-gh-app-interface": "^1.3.0",
"reg-suit-util": "^0.14.2",
"tiny-commit-walker": "^1.1.2",
"undici": "^5.22.1"
}
}