-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 932 Bytes
/
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
{
"name": "dailyontariocovidtweets",
"version": "1.0.0",
"description": "Cypress script that posts daily Covid numbers for Ontario",
"main": "index.js",
"dependencies": {
"oauth": "^0.9.15",
"twitter-lite": "^0.14.0"
},
"devDependencies": {
"cypress": "^5.4.0"
},
"scripts": {
"start": "cypress open",
"run": "yarn install; cypress run --record false",
"headless": "yarn; cypress run --record false --headless --browser chrome",
"hourly": "watch --interval=3600 cypress run --record false --headless --browser chrome",
"clean": "rm -r cypress/videos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankhli843/dailyontariocovidtweets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frankhli843/dailyontariocovidtweets/issues"
},
"homepage": "https://github.com/frankhli843/dailyontariocovidtweets#readme"
}