@monstrs/mctl-migration
Version:
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "@monstrs/mctl-migration",
"version": "0.1.20",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/bin",
"/lib",
"/oclif.manifest.json"
],
"publishConfig": {
"access": "public"
},
"oclif": {
"bin": "mctl",
"commands": "./lib/commands",
"topics": {
"migration": {
"description": "Migration commands"
}
}
},
"scripts": {
"prepack": "yarn build",
"postpack": "rm -f oclif.manifest.json",
"build": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"version": "oclif-dev readme && git add README.md"
},
"dependencies": {
"@lerna/project": "3.18.0",
"@monstrs/mctl-config": "0.1.17",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "2.2.2",
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/node": "12.12.14",
"typescript": "^3.7"
},
"peerDependencies": {
"@angular-devkit/core": "*",
"@angular-devkit/schematics": "*"
},
"gitHead": "3884e2600d80d28f53b61973358fc726d3c385e0"
}