GSA/code-gov-adapters

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@code.gov/code-gov-adapter",
  "version": "1.1.9",
  "description": "A collection of adapters used by Code.gov",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/nyc mocha --opts tests/mocha.opts tests",
    "test-console": "./node_modules/.bin/nyc mocha --opts tests/mocha.opts.console tests",
    "licenses": "license-checker --json --relativeLicensePath --out dependency_licenses.json",
    "lint": "./node_modules/.bin/eslint .",
    "lint-fix": "./node_modules/.bin/eslint . --fix",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gsa/code-gov-adapters.git"
  },
  "keywords": [
    "adapters",
    "gov",
    "code.gov"
  ],
  "author": "Froilán Irizarry",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/gsa/code-gov-adapters/issues"
  },
  "homepage": "https://github.com/gsa/code-gov-adapters#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^5.6.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^7.1.1",
    "mocha-junit-reporter": "^1.18.0",
    "nock": "^10.0.1",
    "nyc": "^14.1.1"
  },
  "dependencies": {
    "bodybuilder": "^2.2.15",
    "elasticsearch": "^15.1.1",
    "license-checker": "github:davglass/license-checker#pull/234/head",
    "lodash": "^4.17.20",
    "moment": "^2.22.2",
    "snyk": "^1.316.1"
  },
  "snyk": true
}