@crstn/neos-cli
Version:
CLI for the Neos CMS.
62 lines (61 loc) • 1.41 kB
JSON
{
"name": "@crstn/neos-cli",
"description": "CLI for the Neos CMS.",
"version": "0.1.0",
"author": "crstn",
"bin": {
"neos": "./bin/run"
},
"bugs": "https://github.com/crstnio/neos-cli/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"shelljs": "^0.8.4",
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/node": "^10",
"@types/shelljs": "^0.8.8",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"globby": "^10",
"nyc": "^14",
"ts-node": "^8",
"typescript": "^3.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/crstnio/neos-cli",
"keywords": [
"oclif",
"neos",
"cli"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "neos",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": "crstnio/neos-cli",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}