UNPKG

@blinkmobile/client-cli

Version:

CLI to deploy client-side web applications with BlinkMobile

86 lines (85 loc) 2 kB
{ "name": "@blinkmobile/client-cli", "description": "CLI to deploy client-side web applications with BlinkMobile", "version": "1.1.0", "author": "Blink Mobile", "bin": { "blinkm-client": "./bin/index.js" }, "bugs": { "url": "https://github.com/blinkmobile/client-cli/issues" }, "contributors": [ { "name": "Simon Dobie", "email": "simon@blinkmobile.com.au" } ], "dependencies": { "@blinkmobile/aws-s3": "2.2.0", "@blinkmobile/blinkmrc": "1.1.0", "@blinkmobile/bm-identity": "2.3.5", "aws-sdk": "2.65.0", "chalk": "1.1.3", "inquirer": "3.1.0", "meow": "3.7.0", "object-merge": "2.5.1", "ora": "1.2.0", "update-notifier": "2.2.0" }, "devDependencies": { "ava": "^0.19.0", "eslint": "^3.8.1", "eslint-config-standard": "^10.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.3.0", "eslint-plugin-standard": "^3.0.1", "fixpack": "^2.3.1", "flow-bin": "^0.47.0", "mockery": "^2.0.0", "npm-bin-ava-tester": "^1.1.0", "nyc": "^11.0.0", "pify": "^3.0.0", "temp": "^0.8.3" }, "directories": { "doc": "docs", "test": "test" }, "engines": { "node": ">=6", "npm": ">=3" }, "files": [ "bin", "commands", "lib" ], "homepage": "https://github.com/blinkmobile/client-cli#readme", "keywords": [ "BlinkMobile", "Cli", "Mobility" ], "license": "BSD-3-Clause", "main": "bin/index.js", "preferGlobal": true, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/blinkmobile/client-cli.git" }, "scripts": { "ava": "nyc ava", "eslint": "eslint --fix --cache .", "fixpack": "fixpack", "flow_check": "flow check", "nyc": "nyc check-coverage", "posttest": "npm run eslint && npm run flow_check", "pretest": "npm run fixpack", "test": "npm run ava" } }