bigdatacloud-reverse-geocodingv2
Version:
Reverse geocoding browser-based typescript library, using free Bigdatacloud API
51 lines (50 loc) • 1.46 kB
JSON
{
"name": "bigdatacloud-reverse-geocodingv2",
"version": "0.1.0",
"description": "Reverse geocoding browser-based typescript library, using free Bigdatacloud API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gizmoGremlin/bigdatacloud-reverse-geocodingv2.git"
},
"keywords": [
"typescript",
"bigdatacloud",
"reverse",
"geocoding",
"browser"
],
"author": {
"name": "Ilya A. Shlyakhovoy, Nick Gill",
"email": "nick.gilliosipescu@gmail.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gizmoGremlin/bigdatacloud-reverse-geocodingv2/issues"
},
"homepage": "https://github.com/gizmoGremlin/bigdatacloud-reverse-geocodingv2.git",
"devDependencies": {
"@types/jest": "^24.0.23",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"
},
"dependencies": {
"axios": "^0.19.0"
}
}