{
  "name": "holidays-nordic",
  "version": "0.1.1",
  "description": "A small library for checking nordic public holidays",
  "main": "./dist/holidays-nordic.js",
  "module": "./dist/holidays-nordic.mjs",
  "jsnext:main": "./dist/holidays-nordic.mjs",
  "scripts": {
    "prebuild": "eslint lib test",
    "build": "rollup -c --environment BUILD:production",
    "watch": "rollup -c -w",
    "pretest": "rollup -c",
    "test": "mocha",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/X-Y/holidays-nordic.git"
  },
  "keywords": [
    "holiday",
    "holidays",
    "nordic",
    "sweden",
    "denmark",
    "norway",
    "sverige",
    "danmark",
    "norge"
  ],
  "author": "Xun Yang (X-Y)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/X-Y/holidays-nordic/issues"
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/X-Y/holidays-nordic#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "babelrc-rollup": "^3.0.0",
    "eslint": "^4.5.0",
    "mocha": "^3.5.0",
    "rollup": "^0.48.2",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-watch": "^4.0.0"
  }
}
