-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "weekly-digest",
"version": "0.0.0-development",
"description": "",
"author": "abhijeetps <[email protected]>",
"license": "ISC",
"repository": "https://github.com/probot/weekly-digest.git",
"scripts": {
"dev": "nodemon --exec \"ENVIRONMENT=development npm start\"",
"prodlike": "nodemon --exec \"LOG_LEVEL=info npm start\"",
"start": "probot run ./index.js",
"lint": "eslint \"**/*.js\" --fix",
"test": "eslint \"**/*.js\" && jest",
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"dependencies": {
"mockdate": "2.0.2",
"moment": "2.22.2",
"nock": "9.4.4",
"probot": "7.5.3",
"probot-config": "1.1.0",
"probot-scheduler": "1.2.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-prettier": "3.1.3",
"jest": "23.4.2",
"nodemon": "1.18.3",
"prettier": "2.0.5",
"semantic-release": "15.9.3",
"smee-client": "1.0.2",
"travis-deploy-once": "5.0.1"
},
"engines": {
"node": ">= 8.3.0"
}
}