{
  "name": "cnlunar-js",
  "version": "0.2.0",
  "description": "A JavaScript port of the cnlunar Python library.",
  "type": "module",
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "node tests/comprehensive.test.js",
    "test:gen": "python3 scripts/generate_full_test.py",
    "compare": "node scripts/compare_single.js",
    "full-check": "bash scripts/run_full_test.sh"
  },
  "keywords": [
    "lunar",
    "calendar",
    "chinese",
    "solar-term",
    "bazi",
    "eight-characters"
  ],
  "author": "potted <ilorn.mc@gmail.com> (https://github.com/zither)",
  "contributors": [
    {
      "name": "OPN48",
      "url": "https://github.com/OPN48"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zither/cnlunar-js.git"
  },
  "bugs": {
    "url": "https://github.com/zither/cnlunar-js/issues"
  },
  "homepage": "https://github.com/zither/cnlunar-js#readme",
  "files": [
    "src",
    "LICENSE",
    "README.md"
  ]
}
