{
  "name": "luxon-financial-year-data",
  "version": "1.2.0",
  "description": "Luxon financial year date ranges",
  "main": "app.js",
  "scripts": {
    "test": "nyc mocha --exit test/**/*.js > coverage.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neeraj87/luxon-financial-year-data.git"
  },
  "keywords": [
    "fiscal year",
    "financial year",
    "luxon",
    "date time",
    "quarters",
    "months",
    "date ranges"
  ],
  "author": "Neeraj Jadhav",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/neeraj87/luxon-financial-year-data/issues"
  },
  "homepage": "https://github.com/neeraj87/luxon-financial-year-data#readme",
  "dependencies": {
    "chai": "^4.3.4",
    "luxon": "^1.27.0",
    "mocha": "^9.1.1"
  },
  "devDependencies": {
    "nyc": "^15.1.0"
  }
}
