-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 898 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 898 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
39
{
"name": "watch_faker",
"version": "1.0.0",
"engines": {
"node": "10.x",
"npm": "6.x"
},
"description": "A faker watcher for pluralsight videos",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "EMAIL=$EMAIL PASSWORD=$PASSWORD WATCHURL=$WATCHURL node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/codekeyz/fake-watcher.git"
},
"keywords": [
"faker",
"watcher",
"fake-watcher",
"puppeter",
"pluralsight",
"automation"
],
"author": "Precious Keyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/codekeyz/fake-watcher/issues"
},
"homepage": "https://github.com/codekeyz/fake-watcher#readme",
"dependencies": {
"puppeteer": "^1.17.0"
},
"devDependencies": {
"puppeteer-core": "^1.17.0",
"cross-env": "^5.2.0"
}
}