dataplug-io/dataplug-testsuite

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@dataplug/dataplug-testsuite",
  "version": "0.23.0",
  "description": "Dataplug test suite library (by Dataplug.io)",
  "main": "lib/index.js",
  "scripts": {
    "jsdoc": "jsdoc --destination ./docs --recurse ./lib --verbose",
    "lint": "standard",
    "test": "nyc --reporter=none mocha",
    "coverage": "nyc report --reporter=html --reporter=text",
    "coveralls": "nyc report --reporter=text-lcov | 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-testsuite.git"
  },
  "author": "",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/dataplug-io/dataplug-testsuite/issues"
  },
  "homepage": "https://github.com/dataplug-io/dataplug-testsuite#readme",
  "dependencies": {
    "@dataplug/dataplug": "^0.46.0",
    "@dataplug/dataplug-flatters": "^0.16.0",
    "ajv": "^5.4.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^4.0.1",
    "nock": "^9.1.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "jsdoc": "^3.5.5",
    "nyc": "^11.3.0",
    "standard": "^10.0.3"
  }
}