{
  "name": "dbc-node-logger",
  "version": "2.0.13",
  "description": "DBC logger module made for use in projects based on nodejs and JavaScript at DBC",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clearlib && babel src -d lib --ignore **/*.test.js",
    "build:dev": "npm run clearlib && babel src -d lib --watch --ignore **/*.test.js",
    "clearlib": "rm -rf ./lib",
    "lint": "eslint ./src",
    "test": "LOG_LEVEL=TRACE mocha --compilers js:babel-register src/__tests__",
    "test:watch": "LOG_LEVEL=TRACE mocha --compilers js:babel/register src/__tests__ -w"
  },
  "keywords": [
    "dbc",
    "dbcdk",
    "logger"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DBCDK/dbc-node-logger"
  },
  "bugs": {
    "url": "https://github.com/DBCDK/dbc-node-logger/issues"
  },
  "engines": {
    "node": ">=6.7.0"
  },
  "homepage": "https://github.com/DBCDK/dbc-node-logger#readme",
  "author": "dbcdk",
  "license": "GPL-3.0",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
    "babel-register": "^6.18.0",
    "chai": "^3.5.0",
    "eslint": "^3.13.1",
    "mocha": "^3.2.0",
    "sinon": "^1.17.7"
  },
  "babel": {
    "plugins": [
      "transform-es2015-modules-commonjs"
    ]
  }
}
