digipinindia
Version:
JS/TS NPM Package to encode and decode lattitude/longitude pair to digipin and vice a versa.
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "digipinindia",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"description": "JS/TS NPM Package to encode and decode lattitude/longitude pair to digipin and vice a versa.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adarshmadrecha/digipinindia"
},
"bugs": {
"url": "https://github.com/adarshmadrecha/digipinindia/issues"
},
"homepage": "https://github.com/adarshmadrecha/digipinindia#digipinindia",
"scripts": {
"build": "tsc",
"test": "bun test",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit --project tsconfig.dev.json",
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5"
},
"keywords": [
"digipin",
"india",
"postalcode",
"location",
"lattitude",
"longitude"
],
"author": {
"name": "Adarsh Madrecha",
"email": "adarshmadrecha@yahoo.com",
"url": "https://github.com/adarshmadrecha"
}
}