UNPKG

opsgenie-sdk-revived

Version:

Reviving the opsgenie-sdk, Giving Node.js access to the OpsGenie Web API

43 lines (42 loc) 1.17 kB
{ "name": "opsgenie-sdk-revived", "version": "0.1.11", "description": "Reviving the opsgenie-sdk, Giving Node.js access to the OpsGenie Web API", "main": "index.js", "scripts": { "test": "test", "lint": "./node_modules/.bin/eslint .", "lint:fix": "./node_modules/.bin/eslint . --fix", "prettier": "./node_modules/prettier/bin-prettier.js -c .", "prettier:fix": "./node_modules/prettier/bin-prettier.js --write ." }, "repository": { "type": "git", "url": "git+ssh://git@github.com/DanCarlyon/opsgenie-sdk-revived.git" }, "keywords": [ "opsgenie-sdk", "opsgenie", "rest", "api", "sdk", "atlassian" ], "author": "DanCarlyon", "license": "Apache-2.0", "bugs": { "url": "https://github.com/DanCarlyon/opsgenie-sdk-revived/issues" }, "homepage": "https://github.com/DanCarlyon/opsgenie-sdk-revived#readme", "dependencies": { "lodash": ">=4.17.19", "requestretry": "^7.0.0" }, "devDependencies": { "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.7.1" } }