{
  "name": "@yr/time",
  "description": "Efficient, immutable, utility for working with time/dates",
  "version": "6.1.0",
  "author": "Alexander Pope <alexander.pope@nrk.no>",
  "repository": "https://github.com/YR/time.git",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "source": "src/index.js",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "prepublish": "npm run build",
    "postpublish": "npm run deploy:docs",
    "prebuild": "rimraf dist",
    "build": "microbundle",
    "dev": "microbundle watch",
    "prebuild:docs": "rimraf docs",
    "build:docs": "microbundle build --sourcemap false --entry src/index.test.js --output docs/index.test.js; node test/test-runner.js",
    "predeploy:docs": "npm run build:docs",
    "deploy:docs": "gh-pages -d docs",
    "pretest": "npm run build:docs",
    "test": "cross-env NODE_ENV=test mocha docs/index.test.js --reporter spec --require test/mocha-setup.js"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.1.2",
    "cross-env": "5.2.0",
    "gh-pages": "2.0.1",
    "microbundle": "0.11.0",
    "mocha": "^6.0.2",
    "nunjucks": "3.2.0",
    "rimraf": "2.6.3"
  }
}
