{
  "name": "@who-growth/core",
  "version": "0.4.0",
  "type": "module",
  "license": "MIT",
  "description": "WHO Child Growth Standards calculator — z-scores, percentiles, and nutritional classification",
  "author": "Iuri Leão",
  "repository": {
    "type": "git",
    "url": "https://github.com/iurileao-hub/Pediatria-HRT",
    "directory": "packages/who-growth"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "!src/__tests__"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "who",
    "growth",
    "anthropometry",
    "z-score",
    "percentile",
    "pediatrics",
    "child-growth",
    "nutritional-classification",
    "lms"
  ]
}
