{
  "name": "@dataplug/dataplug",
  "version": "0.49.0",
  "description": "Dataplug 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.git"
  },
  "author": "",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/dataplug-io/dataplug/issues"
  },
  "homepage": "https://github.com/dataplug-io/dataplug#readme",
  "dependencies": {
    "ajv": "^6.10.0",
    "bluebird": "^3.5.4",
    "check-types": "^8.0.2",
    "lodash": "^4.17.11",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.26",
    "@types/check-types": "^7.3.1",
    "@types/jest": "^24.0.11",
    "@types/json-schema": "^7.0.3",
    "@types/lodash": "^4.14.123",
    "@types/node": "^11.13.4",
    "coveralls": "^3.0.3",
    "jest": "^24.7.1",
    "nyc": "^13.3.0",
    "prettier": "^1.16.4",
    "rimraf": "^2.6.3",
    "standard": "^12.0.1",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.0.3",
    "tsconfig-paths": "^3.8.0",
    "tslint": "5.15.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^8.0.1",
    "tslint-plugin-prettier": "^2.0.1",
    "typedoc": "^0.14.2",
    "typescript": "^3.4.3"
  }
}
