{
  "name": "@date-fns/docs",
  "version": "0.38.0",
  "description": "date-fns documentation utilities & types",
  "type": "module",
  "main": "index.js",
  "bin": {
    "date-fns-docs": "./bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/date-fns/docs.git"
  },
  "keywords": [
    "date-fns"
  ],
  "author": "Sasha Koss <koss@nocorp.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/date-fns/docs/issues"
  },
  "homepage": "https://github.com/date-fns/docs#readme",
  "dependencies": {
    "firebase-admin": "^12.4.0",
    "js-fns": "^2.5.2",
    "typedoc": "^0.26.7",
    "typeroo": "^0.16.0",
    "typesaurus": "^10.7.0"
  },
  "devDependencies": {
    "@types/node": "^20.16.5",
    "typescript": "^5.6.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}