{
  "name": "fast-date-format",
  "version": "3.0.0",
  "description": "fast date formating",
  "keywords": [
    "date",
    "format",
    "dateformat",
    "time"
  ],
  "homepage": "https://github.com/SerayaEryn/fast-date-format#readme",
  "bugs": {
    "url": "https://github.com/SerayaEryn/fast-date-format/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SerayaEryn/fast-date-format.git"
  },
  "license": "MIT",
  "author": "Denis Fäcke",
  "type": "module",
  "main": "lib/DateFormatter.mjs",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "unit": "ava test/*.test.js",
    "test": "npm run lint && npm run unit",
    "lint": "npx eslint",
    "coverage": "c8 npm test",
    "benchmark": "node benchmark/benchmark.mjs"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "c8": "^10.1.3",
    "eslint": "^9.29.0",
    "globals": "^16.2.0"
  },
  "engines": {
    "node": ">=24.2.0"
  }
}
