{
  "name": "@tony801015/chinese-lunar",
  "version": "0.20.2",
  "description": "只要輸入年月日，就可以轉換成年柱,月柱,日柱,時柱,農曆月,農曆日,節氣,星期,生肖,星座等資訊，目前年份已經支援從1900年開始至2050年",
  "main": "main.js",
  "scripts": {
    "start": "npm i && npm run build && node example.js",
    "dev": "dev=true node example.js",
    "test": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "test-dev": "jest --coverage --watchAll",
    "build": "webpack",
    "prepublishOnly": "npm run build",
    "docs": "jsdoc -c .jsdoc.json --verbose -r"
  },
  "keywords": [
    "chinese-lunar",
    "八字四柱",
    "農曆月",
    "農曆日",
    "節氣",
    "星期",
    "星座",
    "生肖",
    "十神",
    "農曆天數",
    "應用與計算",
    "八字命盤",
    "農曆轉公曆",
    "紫白",
    "納音",
    "胎元",
    "命宮",
    "身宮",
    "藏幹",
    "副星"
  ],
  "author": "Tony",
  "license": "ISC",
  "dependencies": {
    "dayjs": "^1.10.7"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.2.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.3.4",
    "coveralls": "^3.1.1",
    "esdoc": "^1.1.0",
    "eslint": "^8.2.0",
    "eslint-config-rallycoding": "^3.2.0",
    "jest": "^27.3.1",
    "jsdoc": "^3.6.7",
    "jsdoc-template": "^1.2.0",
    "minami": "^1.2.3",
    "webpack": "^5.62.1",
    "webpack-cli": "^4.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tony801015/chinese-lunar"
  },
  "bugs": {
    "url": "https://github.com/tony801015/chinese-lunar/issues"
  }
}
