-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
44
45
46
47
48
49
50
51
52
{
"name": "guylivni",
"version": "1.0.5",
"description": "A CLI for you to know me better",
"main": "build/index.js",
"scripts": {
"build": "babel src --out-dir=build",
"prepare": "npm run build",
"prestart": "npm run build",
"start": "node build/index.js"
},
"author": "Guy Livni",
"engines": {
"node": ">=8"
},
"files": [
"build"
],
"bin": {
"guylivni": "build/index.js"
},
"keywords": [
"cli-app",
"cli",
"guyl",
"guylivni",
"babel",
"ink"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GuyLivni/guycli.git"
},
"dependencies": {
"import-jsx": "^1.3.2",
"ink": "^2.0.5",
"ink-big-text": "^1.0.1",
"ink-gradient": "^1.0.0",
"ink-select-input": "^3.0.2",
"opn": "^5.4.0",
"react": "^16.8.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0"
}
}