{
  "name": "@keyurbuha/bmi-calc",
  "version": "1.0.6",
  "description": "A comprehensive Body Mass Index (BMI) calculator that evaluates your health status with personalized health reports. Ideal for fitness and health applications.",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "lint": "eslint .",
    "release": "npm version patch && npm publish"
  },
  "keywords": [
    "bmi",
    "bmi-calculator",
    "bmi-calc",
    "calc-bmi",
    "compute-bmi",
    "bmi-calcs",
    "health",
    "fitness",
    "health-tracker",
    "weight-management",
    "body-mass-index",
    "wellness"
  ],
  "author": "Keyur Buha",
  "contributors": [
    {
      "name": "Keyur Buha",
      "email": "keyurbuha11@gmail.com",
      "url": "https://github.com/keyurbuha"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keyurbuha/bmi-calculator-keyur.git"
  },
  "bugs": {
    "url": "https://github.com/keyurbuha/bmi-calculator-keyur/issues",
    "email": "keyurbuha11@gmail.com"
  },
  "homepage": "https://github.com/keyurbuha/bmi-calculator-keyur#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "types": "index.d.ts"
}
