-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 965 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 965 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
40
41
42
43
{
"name": "openjs-cli",
"version": "1.2.2",
"main": "index.js",
"bin": {
"openjs": "bin/cli.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openjs",
"foundation",
"node.js",
"cli",
"access",
"github",
"website",
"good first issue"
],
"author": "Tierney Cyren <hello@bnb.im>",
"license": "MIT",
"dependencies": {
"inquirer": "^6.5.0",
"open": "^6.4.0",
"yargs": "^13.3.0"
},
"devDependencies": {
"standard": "^13.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cutenode/openjs-cli.git"
},
"bugs": {
"url": "https://github.com/cutenode/openjs-cli/issues"
},
"homepage": "https://github.com/cutenode/openjs-cli#readme",
"description": "A CLI to easily access the websites, GitHub organizations, and good first issues of OpenJS Foundation projects."
}