{
  "name": "tfk-saksbehandling-get-saksnummer",
  "version": "1.2.8",
  "description": "Henter saksnummer og data",
  "license": "MIT",
  "author": {
    "name": "Geir Gåsodden",
    "email": "geir.gasodden@pythonia.no",
    "url": "https://github.com/zrrrzzt"
  },
  "main": "index.js",
  "engines": {
    "node": ">=10.16.3"
  },
  "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",
    "start": "node index.js",
    "standard-fix": "standard --fix",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm install"
  },
  "keywords": [
    "Tfk",
    "Telemark fylkeskommune",
    "Saksbehandling",
    "Saksnummer"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telemark/tfk-saksbehandling-get-saksnummer.git"
  },
  "bugs": {
    "url": "https://github.com/telemark/tfk-saksbehandling-get-saksnummer/issues"
  },
  "homepage": "https://github.com/telemark/tfk-saksbehandling-get-saksnummer#readme",
  "devDependencies": {
    "coveralls": "3.0.6",
    "standard": "14.3.1",
    "tap": "14.6.9"
  }
}
