forked from skypager/skypager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "@skypager/cli",
"version": "1.3.1",
"description": "the skypager CLI",
"author": "Jon Soeder <jon@chicago.com>",
"homepage": "https://skypager-cli.skypager.io",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib/es/index.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "yarn build:lib && yarn build:es",
"build:lib": "cross-env BUILD_ENV=build babel -d lib src --source-maps --comments",
"build:es": "cross-env BUILD_ENV=build-es babel --comments --source-maps -d lib/es src",
"postbuild": "skypager hash-build",
"prepare": "yarn build",
"test": "exit 0"
},
"bin": {
"skypager": "./skypager-cli.js"
},
"dependencies": {
"@babel/register": "^7.2.0",
"@babel/runtime": "^7.3.1",
"@skypager/helpers-repl": "^1.1.1",
"@skypager/helpers-server": "^1.1.1",
"@skypager/node": "^1.3.1",
"babel-plugin-require-context-hook": "^1.0.0",
"chalk": "^2.4.2",
"esm": "^3.0.84",
"ink": "^2.0.0-17",
"ink-big-text": "^1.0.1",
"ink-box": "^1.0.0",
"ink-gradient": "^1.0.0",
"ink-select-input": "^3.0.2",
"ink-spinner": "^3.0.0",
"ink-text-input": "^3.0.0",
"react": "^16.8.3"
},
"gitHead": "9392473e420c7a46eb0be31bc7739ca16c8eb130",
"keywords": [],
"contributors": [],
"skypager": {
"category": "tools",
"projectType": "cli",
"buildFolder": "lib"
}
}