forked from Yesterday17/Yuki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "yuki",
"version": "1.0.1",
"description": "やっぱり……いい女には、たばこと屋上と……そしてヒラヒラ服だわね……",
"author": "Yesterday17",
"license": "MIT",
"repository": "https://github.com/Yesterday17/Yuki.git",
"homepage": "https://github.com/Yesterday17/Yuki",
"bugs": "https://github.com/Yesterday17/yuki/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"execute": "probot run ./lib/index.js",
"start": "yarn build && yarn execute",
"test": "jest",
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
},
"dependencies": {
"nock": "^10.0.0",
"probot": "^9.2.20",
"simple-git": "^1.124.0",
"tslint": "^5.18.0"
},
"devDependencies": {
"@types/jest": "^24.0.0",
"@types/nock": "^9.3.0",
"@types/node": "^11.9.0",
"jest": "^24.0.0",
"smee-client": "^1.1.0",
"ts-jest": "^24.0.0",
"typescript": "^3.5.3"
},
"engines": {
"node": ">= 8.3.0"
},
"jest": {
"testEnvironment": "node"
}
}