@hamset/maidenhead-locator
Version:
Maidenhead grid locator and WGS84 coordinate calculation and transformation
43 lines (42 loc) • 971 B
JSON
{
"name": "@hamset/maidenhead-locator",
"type": "module",
"version": "0.2.1",
"description": "Maidenhead grid locator and WGS84 coordinate calculation and transformation",
"keywords": [
"maidenhead-locator",
"wgs84",
"converter",
"ham-radio",
"amateur-radio"
],
"author": "HoshinoSuzumi <master@uniiem.com>",
"license": "MIT",
"packageManager": "yarn@1.22.22",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc",
"release": "bumpp && npm publish",
"test": "vitest",
"bench": "vitest bench",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"bumpp": "^9.4.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^1.4.0"
}
}