-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
44
45
46
47
{
"name": "parrotify-cli",
"version": "1.1.4",
"description": "Parrotify anything from your command line",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel lib --out-dir build",
"watch": "babel -w lib -d build"
},
"bin": {
"parrotify": "build/parrotify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moigonzalez/parrotify-cli.git"
},
"engines": {
"node": ">=8"
},
"keywords": [
"parrot",
"party-parrot",
"partyparrot",
"cli"
],
"author": "Moises Gonzalez",
"license": "ISC",
"bugs": {
"url": "https://github.com/moigonzalez/parrotify-cli/issues"
},
"homepage": "https://github.com/moigonzalez/parrotify-cli#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-react": "^6.24.1"
},
"dependencies": {
"commander": "^2.11.0",
"got": "^7.1.0",
"ink": "^0.3.0",
"ink-image": "^1.1.1",
"ink-spinner": "^1.0.0",
"inquirer": "^6.0.0",
"probe-image-size": "^3.1.0",
"valid-url": "^1.0.9"
}
}