victorops-api-client
Version:
A library for interacting with the VictorOps REST API
57 lines (56 loc) • 1.53 kB
JSON
{
"name": "victorops-api-client",
"description": "A library for interacting with the VictorOps REST API",
"version": "1.0.2",
"main": "./lib/index.js",
"keywords": [
"victorops",
"devops",
"rest",
"api",
"api",
"incident",
"response",
"client"
],
"repository": {
"type": "git",
"url": "https://github.com/pauldenver/victorops-api-client.git"
},
"bugs": {
"url": "https://github.com/pauldenver/victorops-api-client/issues"
},
"author": "Paul Proctor <paulproctorjr@gmail.com>",
"scripts": {
"lint": "eslint ./lib/**/*.js ./test/**/*.js ./*.js",
"lint:fix": "eslint ./lib/**/*.js ./test/**/*.js ./*.js --fix",
"test": "mocha ./test/tests.js",
"test:coverage": "nyc --reporter=html --reporter=text mocha ./test/tests.js",
"test:coveralls": "nyc report --reporter=text-lcov | coveralls",
"test:codecov": "nyc report --reporter=text-lcov | codecov --pipe"
},
"dependencies": {
"axios": "^0.21.1",
"lodash.has": "^4.5.2",
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.mapvalues": "^4.6.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"codecov": "^3.8.1",
"coveralls": "^3.1.0",
"eslint": "^7.17.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
"nock": "^13.0.5",
"nyc": "^15.1.0",
"rewire": "^5.0.0"
},
"engines": {
"node": ">=10.12.0"
},
"license": "Apache-2.0"
}