{
  "name": "date-fns-duration",
  "version": "1.0.4",
  "description": "Supplemental package for date-fns to add/subtract ISO 8601 durations",
  "main": "index.js",
  "scripts": {
    "test": "jest index.test.js",
    "cov": "npm t -- --coverage",
    "testw": "npm t -- --coverage --watch",
    "tsc": "tsc",
    "lint": "eslint *.js"
  },
  "repository": "pke/date-fns-duration",
  "keywords": [
    "date-fns",
    "date",
    "duration",
    "plugin"
  ],
  "author": "Philipp Kursawe <pke@pke.fyi> (https://pke.fyi/)",
  "license": "MIT",
  "peerDependencies": {
    "date-fns": "~2.0.0"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "eslint": "6.8.0",
    "eslint-plugin-mocha": "6.2.2",
    "jest": "26.6.3"
  }
}
