UNPKG

@jovotech/cli

Version:

Jovo Command Line Interface (Beta)

101 lines (100 loc) 2.66 kB
{ "name": "@jovotech/cli", "description": "Jovo Command Line Interface (Beta) ", "version": "4.1.9", "author": "jovotech", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/jovotech/jovo-cli" }, "bin": { "jovo": "./bin/run" }, "scripts": { "prebuild": "rimraf dist", "build": "tsc", "watch": "tsc --watch", "eslint": "eslint src --ext .ts --fix", "prettier": "prettier -w -l src test package.json", "rimraf": "rimraf dist", "test": "jest", "link": "node bin/link", "preinstall": "node bin/overwrite" }, "bugs": "https://github.com/jovotech/jovo-cli/issues", "dependencies": { "@jovotech/cli-command-build": "^4.1.9", "@jovotech/cli-command-deploy": "^4.1.9", "@jovotech/cli-command-get": "^4.1.9", "@jovotech/cli-command-new": "^4.1.9", "@jovotech/cli-command-run": "^4.1.10", "@jovotech/cli-command-update": "^4.1.9", "@jovotech/cli-core": "^4.1.10", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/help": "^1.0.1", "@oclif/plugin-not-found": "^2.2.3", "envinfo": "^7.8.1", "latest-version": "^5.1.0", "lodash.get": "^4.4.2" }, "devDependencies": { "@types/envinfo": "^7.8.1", "@types/jest": "^27.0.2", "@types/lodash.get": "^4.4.6", "@types/node": "^16.11.7", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "global-dirs": "^3.0.0", "jest": "^27.3.1", "prettier": "^2.4.1", "rimraf": "^3.0.2", "symlink-dir": "^5.0.1", "ts-jest": "^27.0.7", "ts-node": "^10.4.0", "typescript": "~4.2.4" }, "engines": { "node": ">=8.0.0" }, "files": [ "bin", "dist" ], "homepage": "https://jovo.tech", "keywords": [ "jovo" ], "oclif": { "bin": "jovo", "plugins": [ "@oclif/plugin-not-found" ], "helpClass": "./dist/help/RootHelp.js", "hooks": { "init": [ "./dist/hooks/VersionHook.js", "./dist/hooks/InitHook.js" ] }, "topics": { "build": { "description": "Build your Jovo app using the following commands:" }, "deploy": { "description": "Deploy your Jovo app using the following commands:" }, "get": { "description": "Synchronize your Jovo app using the following commands:" } } }, "gitHead": "8042bc85c08a67d2cc7eaae21d9662042734e89e", "prettier": "../.prettierrc.js" }