GSA/code-gov-integrations

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@code.gov/code-gov-integrations",
  "version": "1.1.5",
  "description": "Package for third party integrations being used by code.gov and its projects",
  "main": "index.js",
  "scripts": {
    "licenses": "license-checker --json --relativeLicensePath --out dependency_licenses.json",
    "lint": "./node_modules/.bin/eslint .",
    "lint-fix": "./node_modules/.bin/eslint --fix .",
    "test": "./node_modules/.bin/nyc mocha --opts tests/mocha.opts tests",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GSA/code-gov-integrations.git"
  },
  "keywords": [
    "code-gov",
    "gov",
    "government",
    "integrations"
  ],
  "author": "Code.gov team",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/GSA/code-gov-integrations/issues"
  },
  "homepage": "https://github.com/GSA/code-gov-integrations#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "eslint": "^6.8.0",
    "eslint-plugin-mocha": "^6.3.0",
    "license-checker": "github:davglass/license-checker#pull/234/head",
    "mocha": "^7.1.1",
    "mocha-junit-reporter": "^1.18.0",
    "nock": "^12.0.3",
    "nyc": "^15.0.0"
  },
  "dependencies": {
    "@octokit/plugin-throttling": "^2.4.0",
    "@octokit/rest": "^16.16.5"
  }
}