UNPKG

@cap-js-community/mtx-tool

Version:

Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications

77 lines (76 loc) 3.54 kB
{ "name": "@cap-js-community/mtx-tool", "version": "0.11.1", "description": "Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications", "bin": { "mtx": "bin/mtx.js" }, "files": [ "bin", "src", "npm-shrinkwrap.json" ], "scripts": { "prepublishOnly": "npm ci --omit=dev && npx shx rm package-lock.json && npm shrinkwrap", "patch": "npx patch-package", "test": "jest", "test:coverage": "jest --runInBand --coverageReporters=html --coverageReporters=text-summary", "test:remove-file-snapshots": "npx shx rm '**/__snapshots__/*.snap'", "test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'", "test:resnap": "npm run patch && npm run test:remove-inline-snapshots && npm run test:remove-file-snapshots && npm t -- -u && npm run lint:fix", "test:record:reg": "jest --runInBand --config jest-nock-record.config.js test-nock-record/tenantRegistry.nock.test.js", "test:record:reg:list": "jest --runInBand --config jest-nock-record.config.js test-nock-record/tenantRegistry.nock.test.js --testNamePattern 'reg list|reg long list|reg service config'", "test:record:reg:update-deps": "jest --runInBand --config jest-nock-record.config.js test-nock-record/tenantRegistry.nock.test.js --testNamePattern 'reg update dependencies'", "test:record:reg:update-urls": "jest --runInBand --config jest-nock-record.config.js test-nock-record/tenantRegistry.nock.test.js --testNamePattern 'reg update url'", "test:record:cds": "jest --runInBand --config jest-nock-record.config.js test-nock-record/capMultitenancy.nock.test.js", "test:record:hdi": "jest --runInBand --config jest-nock-record.config.js test-nock-record/hanaManagement.nock.test.js", "test:record:svm": "jest --runInBand --config jest-nock-record.config.js test-nock-record/serviceManager.nock.test.js", "test:record:srv": "jest --runInBand --config jest-nock-record.config.js test-nock-record/serverDiagnostic.nock.test.js", "lint": "npm run prettier && npm run eslint", "lint:fix": "npm run prettier:fix && npm run eslint:fix", "eslint": "eslint .", "eslint:fix": "npm run eslint -- --fix", "prettier": "prettier \"**/*.{js,json,md,yml,yaml}\" . --check", "prettier:fix": "npm run prettier -- --log-level error --write", "pack": "npm pack", "docs": "cd docs && bundle exec jekyll serve", "docs:install": "cd docs && npx shx rm -rf vendor Gemfile.lock && bundle install", "cloc": "npx cloc --vcs=git src", "upgrade-lock": "npx shx rm -rf package-lock.json node_modules && npm i && npm run patch" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "node-fetch": "^2.7.0" }, "overrides": { "whatwg-url": "^14.0.0" }, "devDependencies": { "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.2.1", "jest": "^30.2.0", "nock": "^13.5.6", "prettier": "^3.7.4", "typescript": "^5.9.3" }, "homepage": "https://cap-js-community.github.io/mtx-tool/", "repository": { "type": "git", "url": "git+https://github.com/cap-js-community/mtx-tool.git" }, "bugs": { "url": "https://github.com/cap-js-community/mtx-tool/issues" }, "keywords": [ "cli", "tool", "btp", "operations", "multitenancy" ], "author": "Richard Lindner <rlindner81@gmail.com>", "license": "Apache-2.0" }