-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 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
31
32
33
34
35
36
37
{
"name": "puppeteer-github-cli",
"version": "0.0.5",
"description": "CLI for GitHub automation driven by headless chrome.",
"main": "index.js",
"repository": "transitive-bullshit/puppeteer-github-cli",
"author": "Travis Fischer <[email protected]>",
"license": "MIT",
"reveal": true,
"bin": {
"github": "index.js"
},
"scripts": {
"docs": "update-markdown-usage",
"test": "ava -v && standard"
},
"engines": {
"node": ">=4"
},
"keywords": [
"puppeteer",
"github"
],
"devDependencies": {
"ava": "^0.25.0",
"execa": "^0.10.0",
"standard": "^11.0.0",
"update-markdown-usage": "^1.0.1"
},
"dependencies": {
"commander": "^2.15.1",
"csv-parse": "^2.5.0",
"ext-name": "^5.0.0",
"node-compat-require": "^1.0.3",
"puppeteer-github": "^0.0.4"
}
}