{
  "name": "dayjs-plugin-lunar",
  "version": "1.4.1",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["dist", "CHANGELOG.md"],
  "scripts": {
    "prepare": "husky",
    "build": "rslib build",
    "check": "biome check --write",
    "dev": "rslib build --watch",
    "format": "biome format --write",
    "test": "vitest run",
    "change": "changeset",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "dayjs": "^1.0.0",
    "tyme4ts": "^1.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.2",
    "@changesets/cli": "^2.27.11",
    "@rslib/core": "0.1.5",
    "@types/node": "^22.8.1",
    "dayjs": "^1.11.13",
    "documentation": "^14.0.3",
    "husky": "^9.1.7",
    "lint-staged": "^15.2.11",
    "tyme4ts": "^1.1.8",
    "typescript": "^5.6.3",
    "vitest": "^2.1.8"
  },
  "license": "MIT",
  "keywords": ["dayjs", "plugin", "lunar", "农历", "阴历"],
  "repository": {
    "type": "git",
    "url": "https://github.com/baranwang/dayjs-plugin-lunar"
  },
  "packageManager": "pnpm@9.13.0"
}
