{
  "name": "eessi-kodeverk",
  "version": "1.4.3",
  "description": "Dictionary of kode/term for use with associated eessi projects",
  "main": "./lib/index.js",
  "scripts": {
    "build:js": "babel src --out-dir lib",
    "build:yml": "node scripts/js2yml",
    "clean": "rimraf lib dist",
    "build": "npm-run-all clean -p build:* -s semver",
    "eslint": "eslint src/**",
    "test": "mocha --reporter spec",
    "semver": "node scripts/semver",
    "yaml": "node scripts/js2yml"
  },
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/navikt/eessi-kodeverk.git"
  },
  "keywords": [
    "NodeJS",
    "kodeverk",
    "NAV"
  ],
  "author": {
    "name": "Are Bjølseth",
    "email": "are.bjolseth@nav.no"
  },
  "publishConfig": {
    "acccess": "public"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/navikt/eessi-kodeverk/issues"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "homepage": "https://github.com/navikt/eessi-kodeverk#readme",
  "devDependencies": {
    "ajv": "^6.10.2",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.3",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.2.0",
    "eslint": "^6.4.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "mocha": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.0"
  }
}
