mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
114 lines
3.0 KiB
JSON
114 lines
3.0 KiB
JSON
{
|
|
"name": "steedos-cli",
|
|
"version": "2.1.78",
|
|
"description": "Develop and run your enterprise apps in miniutes",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"postpack": "rimraf oclif.manifest.json",
|
|
"posttest": "eslint .",
|
|
"prepack": "oclif-dev manifest && oclif-dev readme",
|
|
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
|
|
"version": "oclif-dev readme && git add README.md",
|
|
"compile": "tsc",
|
|
"prepare": "tsc",
|
|
"pub_next": "npm publish --tag next --registry https://registry.npmjs.org && start https://npm.taobao.org/sync/@steedos/steedos-cli"
|
|
},
|
|
"bin": {
|
|
"steedos": "./bin/run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/steedos/cli.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/steedos/cli/issues"
|
|
},
|
|
"homepage": "https://github.com/steedos/cli#readme",
|
|
"files": [
|
|
"/bin",
|
|
"/npm-shrinkwrap.json",
|
|
"/oclif.manifest.json",
|
|
"/dist"
|
|
],
|
|
"dependencies": {
|
|
"@geek/spinner": "1.0.0",
|
|
"@oclif/command": "^1.5.10",
|
|
"@oclif/config": "^1.12.8",
|
|
"@oclif/plugin-help": "^2.1.6",
|
|
"@steedos/metadata-core": "2.1.78",
|
|
"archiver": "^5.0.2",
|
|
"chalk": "2.4.2",
|
|
"change-case": "^3.1.0",
|
|
"colors": "^1.3.3",
|
|
"compressing": "^1.5.1",
|
|
"dotenv-flow": "^3.2.0",
|
|
"fibers": "^4.0.3",
|
|
"fs-extra": "^7.0.1",
|
|
"glob": "^7.1.6",
|
|
"inquirer": "^6.2.2",
|
|
"js-yaml": "^3.13.1",
|
|
"latest-version": "^5.1.0",
|
|
"readline-sync": "^1.4.10",
|
|
"reflect-metadata": "^0.1.13",
|
|
"request": "^2.88.2",
|
|
"request-promise": "^4.2.5",
|
|
"typescript": "^3.3.3333",
|
|
"underscore": "^1.11.0",
|
|
"validator": "^13.5.2",
|
|
"yargs": "^13.2.1",
|
|
"yn": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@oclif/dev-cli": "^1.21.2",
|
|
"@oclif/test": "^1.2.4",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/chai-as-promised": "7.1.0",
|
|
"@types/chai-subset": "^1.3.2",
|
|
"@types/fs-extra": "^5.0.5",
|
|
"@types/handlebars": "^4.0.40",
|
|
"@types/inquirer": "0.0.44",
|
|
"@types/mocha": "^5.2.6",
|
|
"@types/node": "^11.10.4",
|
|
"@types/sinon": "^7.0.8",
|
|
"@types/yargs": "^12.0.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-subset": "^1.6.0",
|
|
"codecov": "^3.2.0",
|
|
"dotenv": "^6.2.0",
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-oclif": "^3.1.0",
|
|
"globby": "^8.0.2",
|
|
"husky": "^1.3.1",
|
|
"istanbul": "^0.4.5",
|
|
"javascript-obfuscator": "^2.9.1",
|
|
"jsfuck": "^0.4.0",
|
|
"lint-staged": "^8.1.5",
|
|
"mocha": "^6.0.2",
|
|
"nyc": "^13.3.0",
|
|
"prettier": "^1.16.4",
|
|
"remap-istanbul": "^0.13.0",
|
|
"rimraf": "^2.6.3",
|
|
"sinon": "^7.2.6",
|
|
"sinon-chai": "^3.3.0",
|
|
"tslint": "^5.13.1",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"uglify-es": "^3.3.9",
|
|
"uglify-js": "^3.10.0"
|
|
},
|
|
"oclif": {
|
|
"commands": "./dist/commands",
|
|
"bin": "steedos",
|
|
"plugins": [
|
|
"@oclif/plugin-help"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "239c96e246e777a9cc9d6cb8230fc45c2380997b"
|
|
}
|