greatcircledistcalculator
Version:
This is to calculate great circledistance
33 lines (32 loc) • 843 B
JSON
{
"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"
}