{
  "name": "greatcircledistcalculator",
  "version": "1.0.2",
  "description": "This is to calculate great circledistance ",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "author": "Sayed Azhar Sabri",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sayedazharsabri/great-circle-distance-calculator.git"
  },
  "keywords": [
    "great",
    "circle",
    "distance",
    "calculator",
    "greatcircledistance",
    "greatcircledistancecalcualtor"
  ],
  "bugs": {
    "url": "https://github.com/sayedazharsabri/great-circle-distance-calculator/issues"
  },
  "homepage": "https://github.com/sayedazharsabri/great-circle-distance-calculator#readme"
}
