mapnests-browser-sdk
Version:
TypeScript SDK for Mapnests API integration (Distance Matrix, Distance Matrix Details, Geocode, Reverse Geocode)
49 lines • 1.33 kB
JSON
{
"name": "mapnests-browser-sdk",
"description": "TypeScript SDK for Mapnests API integration (Distance Matrix, Distance Matrix Details, Geocode, Reverse Geocode)",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "tsc --watch",
"test": "jest",
"prepare": "npm run build",
"prebuild": "rimraf dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"build": "npm run prebuild && tsc",
"publish-pkg": "echo 'Publishing package...' && npm run build && npm publish --force",
"release": "git add . && git commit -m \"Updates\" && npm version patch && npm publish"
},
"keywords": [
"mapnests",
"typescript",
"sdk",
"reverse-geocode",
"distance-matrix",
"distance-matrix-details"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^24.0.13",
"axios": "^1.10.0",
"jest": "^29.0.0",
"rimraf": "^5.0.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git@vcs.technonext.com:mapnests/map-libraries/tn-map-js-library.git"
}
}