{
  "name": "date-frequency",
  "version": "5.0.0",
  "description": "Temporal frequency library",
  "type": "module",
  "exports": "./src/index.js",
  "scripts": {
    "lint": "eslint src test",
    "test-timezone1": "export TZ=Europe/Brussels && mocha",
    "test-timezone2": "export TZ=America/New_York && mocha",
    "test": "npm run test-timezone1 && npm run test-timezone2",
    "preversion": "npm run lint && npm test",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smhg/date-frequency-js.git"
  },
  "node": "^12.20.0 || ^14.13.1 || >=16.0.0",
  "browserslist": [
    "last 1 versions",
    "> 1%",
    "maintained node versions",
    "not dead"
  ],
  "keywords": [
    "frequency",
    "date",
    "time",
    "temporal",
    "cron"
  ],
  "author": "Sam Hauglustaine",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smhg/date-frequency-js/issues"
  },
  "homepage": "https://github.com/smhg/date-frequency-js",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "full-week": "^2.0.0",
    "leap-year": "^4.0.0",
    "mocha": "^9.1.1",
    "moment": "^2.22.2",
    "number-kind": "^0.1.0"
  },
  "dependencies": {
    "debug": "^4.3.2",
    "weeknumber": "^1.1.2"
  }
}
