UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@liquidapps/zeus-cmd",
3 "version": "1.8.2010",
4 "description": "",
5 "main": "index.js",
6 "repository": "github:liquidapps-io/zeus-cmd",
7 "scripts": {
8 "build": "babel -d dist/ src/",
9 "prepublish": "npm run build",
10 "release": "git add .; git commit -am \"version\"; git push; npm version patch && npm publish && npm update -g @liquidapps/zeus-cmd && git add package.json; git commit -m \"version\"; git push || true",
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "aws-sdk": "^2.423.0",
17 "babel-cli": "^6.26.0",
18 "babel-core": "^6.26.3",
19 "babel-loader": "^7.1.5",
20 "babel-plugin-transform-runtime": "^6.23.0",
21 "babel-polyfill": "^6.26.0",
22 "babel-preset-es2015": "^6.24.1",
23 "babel-preset-latest": "^6.24.1",
24 "babel-preset-stage-0": "^6.24.1",
25 "babel-preset-stage-3": "^6.24.1",
26 "chalk": "^2.4.1",
27 "colorize": "^0.1.0",
28 "colors": "^1.3.3",
29 "is-wsl": "^2.0.0",
30 "js-sha256": "^0.9.0",
31 "mkdirp": "^0.5.1",
32 "node-emoji": "^1.8.1",
33 "prompt": "^1.0.0",
34 "readline-sync": "^1.4.9",
35 "sleep-promise": "^8.0.1",
36 "temp": "^0.8.3",
37 "unzip": "^0.1.11",
38 "yargs": "^12.0.2"
39 },
40 "bin": {
41 "zeus": "./dist/index.js"
42 },
43 "engines": {
44 "node": ">=10.0.0 <11.0.0"
45 },
46 "engineStrict": true
47}