telemark/tfk-360-unwrap-contact

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tfk-360-unwrap-contact",
  "version": "3.0.1",
  "description": "Unwraps GetPrivatePersonsResult from Public 360",
  "license": "MIT",
  "author": {
    "name": "Geir GĂ„sodden",
    "email": "geir.gasodden@pythonia.no",
    "url": "https://github.com/zrrrzzt"
  },
  "main": "index.js",
  "engines": {
    "node": ">=10.14.2"
  },
  "scripts": {
    "test": "standard && npm audit && tap --reporter=spec test/*.js",
    "test-offline": "standard && tap --reporter=spec test/*.js",
    "coverage": "tap test/*.js --coverage",
    "coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls",
    "standard-fix": "standard --fix",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm install"
  },
  "keywords": [
    "Tfk",
    "Telemark fylkeskommune",
    "Public 360",
    "Unwrap"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telemark/tfk-360-unwrap-contact.git"
  },
  "bugs": {
    "url": "https://github.com/telemark/tfk-360-unwrap-contact/issues"
  },
  "devDependencies": {
    "standard": "17.0.0",
    "coveralls": "3.1.1",
    "tap": "16.3.0"
  }
}