dataplug-io/dataplug-http

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@dataplug/dataplug-http",
  "version": "0.16.0",
  "description": "Dataplug HTTP library (by Dataplug.io)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run preversion && npm run prepare:production",
    "postpublish": "rimraf dist",
    "prepare:production": "rimraf dist && tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "docs": "typedoc --out ./docs ./src",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "test": "jest",
    "coverage": "jest --coverage",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "preversion": "npm run lint && npm run test",
    "postversion": "git push && git push --tags"
  },
  "engines": {
    "node": ">=8.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dataplug-io/dataplug-http.git"
  },
  "author": "",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/dataplug-io/dataplug-http/issues"
  },
  "jest": {
    "collectCoverage": true,
    "collectDirectory": "./tests/coverage/lcov.info"
  },
  "homepage": "https://github.com/dataplug-io/dataplug-http#readme",
  "dependencies": {
    "bluebird": "^3.5.4",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.26",
    "@types/jest": "^24.0.11",
    "@types/nock": "^9.3.1",
    "@types/request": "^2.48.1",
    "@types/winston": "^2.4.4",
    "coveralls": "^3.0.3",
    "jest": "^24.7.1",
    "jsdoc": "^3.5.5",
    "nock": "^10.0.6",
    "prettier": "^1.15.2",
    "rimraf": "^2.6.3",
    "standard": "^12.0.1",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.1.0",
    "tsconfig-paths": "^3.5.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-config-standard": "^8.0.1",
    "tslint-plugin-prettier": "^2.0.1",
    "typedoc": "^0.14.2",
    "typescript": "^3.1.6"
  }
}