@sap/cf-tools
Version:
Cloud Foundry API tools
97 lines (96 loc) • 2.72 kB
JSON
{
"name": "@sap/cf-tools",
"displayName": "cf-tools",
"version": "3.3.1",
"description": "Cloud Foundry API tools",
"bugs": {
"url": "https://github.com/sap-staging/cloud-foundry-tools-api.git/issues"
},
"repository": {
"url": "https://github.com/sap/cloud-foundry-tools-api.git"
},
"license": "Apache-2.0",
"author": "SAP SE",
"publisher": "SAP",
"main": "./out/src/index.js",
"types": "out/src/index.d.ts",
"files": [
"out/src/*.js",
"out/src/*.ts"
],
"scripts": {
"build": "npm-run-all format:validate lint:validate test docs",
"compile": "tsc -p ./",
"docs": "shx rm -rf docs/ && typedoc src/index.ts --tsconfig tsconfig.json --out docs/ --name \"Cloud Foundry Tools API\" --excludePrivate --excludeInternal",
"format:fix": "prettier --write \"**/*.@(js|ts|json|md)\"",
"format:validate": "prettier --check \"**/*.@(js|ts|json|md)\"",
"lint:fix": "eslint . --ext=js,ts --fix --max-warnings=0",
"lint:validate": "eslint . --ext=js,ts --max-warnings=0",
"prepare": "husky install",
"release": "standard-version",
"pretest": "npm-run-all compile",
"test": "nyc mocha"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{js,ts,json,md}": [
"prettier --write"
],
"*.{ts,js}": [
"eslint --fix --max-warnings=0 --ignore-pattern=!.*"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": {
"printWidth": 120
},
"overrides": {
"serialize-javascript": "^7.0.3",
"form-data": "^2.5.4",
"braces": "^3.0.3"
},
"dependencies": {
"comment-json": "4.2.5",
"lodash": "4.18.1",
"properties-reader": "2.3.0",
"url": "0.11.4"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/chai": "^4.3.3",
"@types/comment-json": "2.4.5",
"@types/lodash": "^4.17.24",
"@types/mocha": "10.0.10",
"@types/node": "^14.14.10",
"@types/properties-reader": "2.1.3",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"husky": "^9.1.7",
"mocha": "11.7.1",
"npm-run-all": "4.1.5",
"nyc": "^17.0.0",
"prettier": "3.3.3",
"shx": "0.4.0",
"sinon": "^19.0.2",
"standard-version": "^9.5.0",
"typedoc": "0.26.11",
"typescript": "^4.8.3"
}
}