File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@oclif/plugin-version/package.json
{
"name": "@oclif/plugin-version",
"description": "A command that shows the CLI version",
"version": "1.3.10",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
"@oclif/core": "^2.15.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "5.2.17",
"@oclif/test": "^2.5.1",
"@types/chai": "^4.3.5",
"@types/mocha": "^8.0.0",
"@types/node": "^16",
"chai": "^4.3.8",
"commitlint": "^12.1.4",
"eslint": "^7.3.1",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.2",
"fancy-test": "^2.0.37",
"husky": "6",
"mocha": "^8.2.1",
"oclif": "^3.14.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-version",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "oclif/plugin-version",
"scripts": {
"build": "shx rm -rf lib && tsc",
"commitlint": "commitlint",
"clean": "shx rm -f oclif.manifest.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "yarn build",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build && oclif manifest . && oclif readme",
"postpublish": "yarn run clean",
"preversion": "yarn run clean",
"version": "oclif readme && git add README.md"
},
"types": "lib/index.d.ts"
}