{
  "name": "lunar",
  "version": "2.0.0",
  "description": "高性能公农历互转工具库",
  "author": "Lin Lou <lin.lou@hotmail.com>",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "lunar",
    "solar",
    "calendar",
    "农历",
    "阴历",
    "公历",
    "阳历",
    "万年历"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsup",
    "lint": "eslint . --max-warnings 0",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "check": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loulin/lunar.git"
  },
  "bugs": {
    "url": "https://github.com/loulin/lunar/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@eslint/js": "^9.11.1",
    "@types/node": "^22.5.0",
    "eslint": "^9.11.1",
    "rimraf": "^5.0.5",
    "tsup": "^8.1.0",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.8.1",
    "vitest": "^2.1.1"
  },
  "engines": {
    "node": ">=16.20.0"
  }
}
