UNPKG

@feflow/cli

Version:
129 lines (128 loc) 3.1 kB
{ "name": "@feflow/cli", "version": "0.27.1", "description": "A front-end flow tool.", "main": "./lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "bin", "src", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/Tencent/feflow.git" }, "scripts": { "start": "npm run build:live", "clean": "rimraf lib", "checkType": "tsc --noEmit", "compile": "tsc -p tsconfig.build.json", "prebuild": "npm run checkType && npm run clean", "build": "npm run compile", "test": "nyc mocha -r ts-node/register __tests__/**/*.test.ts", "build:live": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/cli/index.ts", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "prepublishOnly": "npm run build" }, "oclif": { "bin": "fef", "macos": { "identifier": "com.feflow.cli" } }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@types/nedb": "^1.8.10" }, "dependencies": { "@feflow/feflow-plugin-devtool": "^0.4.5", "@feflow/report": "^0.6.5", "@types/abbrev": "^1.1.0", "@types/bunyan": "^1.8.7", "@types/command-line-usage": "^5.0.1", "@types/cross-spawn": "^6.0.0", "@types/easy-table": "0.0.32", "@types/figlet": "^1.5.1", "@types/inquirer": "^6.0.3", "@types/js-yaml": "^3.12.5", "@types/lockfile": "^1.0.1", "@types/lodash": "^4.14.161", "@types/marked": "^4.0.3", "@types/minimist": "^1.2.0", "@types/osenv": "^0.1.0", "@types/ps-node": "^0.1.1", "@types/request-promise": "^4.1.45", "@types/semver": "^6.0.1", "@types/yeoman-environment": "^2.10.8", "abbrev": "^1.1.1", "axios": "^0.21.1", "bunyan": "^1.8.14", "chalk": "^2.4.2", "cli-html-c": "^1.0.0", "command-line-usage": "^6.1.0", "commander": "^2.20.0", "cross-spawn": "^6.0.5", "easy-table": "^1.1.1", "figlet": "^1.5.0", "glob": "^7.1.7", "import-fresh": "^3.1.0", "inquire": "^0.4.8", "inquirer": "^6.5.0", "js-yaml": "^3.14.0", "lockfile": "^1.0.4", "lodash": "^4.17.20", "lookpath": "^1.1.0", "marked": "^4.0.10", "minimist": "^1.2.6", "osenv": "^0.1.5", "package-json": "^6.5.0", "pm2": "^5.2.0", "ps-node": "^0.1.6", "request": "^2.88.0", "request-promise": "^4.2.6", "semver": "^7.3.2", "strip-json-comments": "^3.1.1", "yeoman-environment": "^3.19.3" }, "engines": { "node": ">=8.0" }, "license": "MIT", "bin": { "fef": "./bin/feflow" }, "keywords": [ "feflow", "front-end", "flow" ], "nyc": { "include": [ "test/**/*.spec.ts" ], "exclude": [ "**/*.d.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "reporter": [ "text", "html" ], "sourceMap": true, "instrument": true, "all": true }, "bugs": { "url": "https://github.com/Tencent/feflow/issues" }, "gitHead": "fe21dd02c5f14c5e663de6e79b521163f402409f" }