File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@oclif/plugin-commands/package.json
{
"name": "@oclif/plugin-commands",
"description": "plugin to show the list of all the commands",
"version": "2.2.28",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
"@oclif/core": "^2.15.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@oclif/plugin-help": "^5.2.20",
"@oclif/test": "^2.5.6",
"@types/chai": "^4.3.6",
"@types/lodash": "^4.14.199",
"@types/mocha": "^8.0.0",
"@types/nock": "^11.1.0",
"@types/node": "^14.18.63",
"chai": "^4.3.10",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"globby": "^11",
"mocha": "^8",
"nock": "^13.3.3",
"nyc": "^15.1.0",
"oclif": "^3.17.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"tslib": "^2.6.2",
"typescript": "4.4.3"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"/lib",
"/oclif.manifest.json",
"/yarn.lock"
],
"homepage": "https://github.com/oclif/plugin-commands",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "oclif/plugin-commands",
"scripts": {
"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "yarn build && tsc -p test --noEmit",
"test": "mocha \"test/**/*.test.ts\"",
"posttest": "yarn lint",
"prepack": "shx rm -rf lib && tsc && oclif manifest . && oclif readme",
"postpack": "shx rm -f oclif.manifest.json",
"version": "oclif readme && git add README.md",
"build": "shx rm -rf lib && tsc"
}
}