UNPKG

openshift-rest-client

Version:
65 lines (64 loc) 1.5 kB
{ "name": "openshift-rest-client", "version": "9.1.1", "description": "Node.js client for developing with OpenShift", "main": "index.js", "type": "commonjs", "scripts": { "prepare": "husky install", "pretest": "eslint --ignore-path .gitignore .", "test": "nyc tape test/*-test.js | tap-spec", "docs": "documentation build lib/** -f html -o docs" }, "files": [ "package.json", "package-support.json", "README.md", "LICENSE", "index.js", "lib" ], "keywords": [ "Openshift", "Node.js" ], "author": { "name": "Red Hat, Inc." }, "maintainers": [ { "name": "Lucas Holmquist", "email": "lholmqui@redhat.com" } ], "engines": { "node": "^22 || ^20 || ^18" }, "repository": { "type": "git", "url": "nodeshift/openshift-rest-client" }, "bugs": "https://github.com/nodeshift/openshift-rest-client/issues", "license": "Apache-2.0", "dependencies": { "kubernetes-client": "9.0.0", "undici": "^6.21.1" }, "devDependencies": { "coveralls": "~3.1.1", "documentation": "^14.0.3", "eslint": "^8.45.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.2.0", "husky": "^7.0.4", "nock": "^13.3.2", "nyc": "~17.0.0", "proxyquire": "^2.1.3", "tap-spec": "^5.0.0", "tape": "~5.8.1" }, "support": true }