@ivoryio/ivory-cli
Version:
63 lines (62 loc) • 1.56 kB
JSON
{
"name": "@ivoryio/ivory-cli",
"version": "1.0.1",
"description": "Ivory CLI",
"main": "index.js",
"bin": {
"ivory": "bin/ivory-cli.js"
},
"scripts": {
"publish:npm": "yarn test && npm publish --access public --tag alpha",
"test": "yarn build && mocha tests/*",
"build": "rm -r ./lib && yarn tsc",
"lint": "eslint './src/**/*.{ts,tsx}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivoryio/ivory.git",
"directory": "packages/cli"
},
"author": "Thinslices <developers@thinslices.com>",
"license": "GPL-3.0-or-later",
"private": false,
"bugs": {
"url": "https://github.com/ivoryio/ivory/issues"
},
"homepage": "https://github.com/ivoryio/ivory#readme",
"files": [
"/lib",
"/bin"
],
"dependencies": {
"aws-sdk": "^2.683.0",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"fs-extra": "^9.0.1",
"ini": "^1.3.5",
"inquirer": "^7.1.0",
"os": "^0.1.1",
"shelljs": "^0.8.4",
"typescript": "^3.9.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/ini": "^1.3.30",
"@types/inquirer": "^6.5.0",
"@types/node": "^14.0.1",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"eslint": "^7.1.0",
"eslint-plugin-prettier": "^3.1.3",
"mocha": "^7.1.2",
"prettier": "^2.0.5"
},
"peerDependencies": {
"@aws-amplify/cli": "^4.20.0"
},
"bundledDependencies": [
"@ivoryio/auth",
"@ivoryio/ui-components"
]
}