UNPKG

@stadiamaps/api

Version:
55 lines (54 loc) 1.25 kB
{ "name": "@stadiamaps/api", "version": "8.1.0", "description": "Stadia Maps Geospatial APIs", "keywords": [ "stadia maps", "geocoding", "routing", "time zone", "elevation" ], "homepage": "https://docs.stadiamaps.com/", "repository": "https://github.com/stadiamaps/stadiamaps-api-ts", "files": [ "dist" ], "main": "dist/stadiamaps-api.umd.js", "module": "dist/stadiamaps-api.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/stadiamaps-api.mjs", "require": "./dist/stadiamaps-api.umd.js" } }, "types": "dist/index.d.ts", "scripts": { "build": "vite build", "test": "jest" }, "author": { "name": "Ian Wagner", "email": "ian.wagner@stadiamaps.com" }, "sideEffects": false, "license": "BSD-3-Clause", "dependencies": { "isomorphic-fetch": "^3.0.0" }, "devDependencies": { "@types/jest": "^29.5.1", "@types/lodash": "^4.14.195", "dotenv": "^16.0.3", "jest": "^29.5.0", "jest-diff": "^29.5.0", "jest-fetch-mock": "^3.0.3", "lodash": "4.17.23", "parcel": "^2.8.3", "ts-jest": "^29.1.0", "typescript": "^5.0.4", "vite": "7.1.11", "vite-plugin-dts": "^4.5.3" } }