UNPKG

jovo-cli

Version:
134 lines (133 loc) 3.6 kB
{ "name": "jovo-cli", "version": "3.3.1", "author": "jovotech", "description": "jovo command line tool (beta)", "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { "prettier": "prettier --config ./.prettierrc.js --write \"{test,src}/**/*\" --list-different", "test": "jest", "test-debug": "jest --runInBand --detectOpenHandles --verbose", "nodemon": "nodemon", "build": "tsc", "tslint": "node_modules/.bin/tslint -p tsconfig.json -c tslint.json", "tsc": "node_modules/.bin/tsc", "tscw": "tsc --watch", "rimraf": "rimraf ./dist", "postpack": "rimraf ./oclif.manifest.json", "prepack": "rimraf ./dist && tsc -b && oclif-dev manifest && oclif-dev readme", "version": "oclif-dev readme && git add README.md" }, "bin": { "jovo3": "./bin/run" }, "bugs": "https://github.com/jovotech/jovo-cli/issues", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.14.0", "@oclif/plugin-help": "^2.2.3", "@oclif/plugin-not-found": "1.2.3", "@types/resolve-bin": "^0.4.1", "boxen": "^4.2.0", "chalk": "^4.1.0", "child_process": "^1.0.2", "cli-truncate": "^2.1.0", "cross-spawn": "^7.0.1", "csvtojson": "^2.0.10", "dotenv": "^8.0.2", "elegant-spinner": "^2.0.0", "fs-extra": "^8.1.0", "indent-string": "^4.0.0", "inquirer": "^7.0.4", "jovo-cli-core": "^3.2.1", "jovo-cli-deploy-lambda": "^3.2.1", "jovo-cli-platform-alexa": "^3.2.1", "jovo-cli-platform-google": "^3.2.1", "jovo-cli-platform-google-ca": "^3.2.1", "jovo-cli-platform-spokestack": "^3.2.1", "jovo-model": "^3.0.0", "jovo-webhook-connector": "^3.0.6", "latest-version": "^5.1.0", "listr": "^0.14.3", "lodash": "^4.17.15", "log-symbols": "^3.0.0", "log-update": "^3.4.0", "nodemon": "^2.0.2", "open": "^7.0.2", "parse-json": "^5.0.0", "resolve-bin": "^0.4.0", "rimraf": "^3.0.2", "tslib": "^1.10.0" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@types/cross-spawn": "^6.0.1", "@types/fs-extra": "^8.0.1", "@types/jest": "^25.1.2", "@types/lodash": "^4.14.149", "@types/node": "^13.7.1", "@types/open": "^6.2.1", "@types/parse-json": "^4.0.0", "@types/rimraf": "^2.0.3", "globby": "^10.0.2", "jest": "^25.1.0", "prettier": "1.19.1", "ts-jest": "^25.2.0", "ts-node": "^8.6.2", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.5" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/dist", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/jovotech/jovo-cli#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testURL": "http://localhost/", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testPathIgnorePatterns": [ "/dist/", "/node_modules/", "/tmpTestFolder.*/" ], "moduleFileExtensions": [ "ts", "tsx", "js", "json" ] }, "keywords": [ "jovo" ], "license": "Apache-2.0", "oclif": { "commands": "./dist/commands", "bin": "jovo-cli", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-not-found" ], "hooks": { "init": [ "./dist/hooks/ProjectHook", "./dist/hooks/VersionHook" ] } }, "repository": { "type": "git", "url": "git+https://github.com/jovotech/jovo-cli.git" }, "gitHead": "9b9a8220aba7fe7fd1cbe0f3ab6a7ff5a8f06388" }