-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·43 lines (43 loc) · 1.11 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
43
{
"name": "hacktoberfestcli",
"version": "1.0.0",
"description": "The Hacktoberfest CLI",
"main": "./index.json",
"scripts": {
"postinstall": "cat index.json",
"hacktoberfest": "src/cli.js",
"hacktoberfestCLI": "src/cli.js",
"hacktoberfestcli": "src/cli.js",
"start": "npm install; npm run hacktoberfestCLI"
},
"bin": {
"hacktoberfest": "src/cli.js",
"hacktoberfestCLI": "src/cli.js",
"hacktoberfestcli": "src/cli.js"
},
"dependencies": {
"import-jsx": "^1.3.0",
"ink": "^0.5.1",
"ink-big-text": "^0.3.0",
"ink-gradient": "^0.1.1",
"ink-select-input": "^2.0.0",
"meow": "^5.0.0",
"opn": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OtacilioN/hacktoberfestCLI"
},
"keywords": [
"Hacktoberfest",
"Hacktoberfest Projects",
"Hacktoberfest2018",
"Hacktoberfest CLI"
],
"author": "Otacilio Maia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OtacilioN/hacktoberfestCLI/issues"
},
"homepage": "https://github.com/OtacilioN/hacktoberfestCLI#readme"
}