{
  "name": "child-growth-eval",
  "version": "1.0.2",
  "description": "儿童生长发育评估工具包，支持 Z 分数计算、百分位查询、生长状况判断等。",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "references",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baiyamao/child-growth-eval.git"
  },
  "keywords": [
    "child",
    "growth",
    "evaluation",
    "zscore",
    "percentile",
    "who",
    "儿童",
    "生长发育",
    "儿童健康",
    "Z分数"
  ],
  "author": "baiyamao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/baiyamao/child-growth-eval/issues"
  },
  "homepage": "https://github.com/baiyamao/child-growth-eval#readme",
  "devDependencies": {
    "@types/node": "^20.11.30",
    "typescript": "^5.4.5",
    "vitest": "^3.2.4"
  }
}
