UNPKG

@geoapify/route-directions

Version:

Route Directions component for Routing API - choose waypoints, select route options, calculate the route

59 lines (58 loc) 1.7 kB
{ "name": "@geoapify/route-directions", "version": "1.0.5", "description": "Route Directions component for Routing API - choose waypoints, select route options, calculate the route", "main": "dist/index.js", "typings": "dist/index.d.ts", "minimized": "dist/index.min.js", "module": "dist/index.min.esm.js", "style": "styles/styles.css", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-all": "npm run build && npm run build-minimized && npm run build-css-minimized", "build": "tsc", "build-minimized": "rollup -c", "build-css-minimized": "postcss -o styles/styles.min.css styles/styles.css" }, "repository": { "type": "git", "url": "git+https://git@github.com/geoapify/route-directions.git" }, "keywords": [ "route", "directions", "routing", "driving", "truck", "walking", "hiking", "biking" ], "author": { "name": "Geoapify GmbH", "email": "info@geoapify.com", "url": "https://geoapify.com" }, "license": "MIT", "bugs": { "url": "https://github.com/geoapify/route-directions/issues" }, "homepage": "https://github.com/geoapify/route-directions#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^12.1.1", "cssnano": "^7.0.6", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "rollup": "^4.28.1", "@rollup/plugin-terser": "^0.4.4", "tslib": "^2.8.1", "typescript": "^5.7.2" }, "dependencies": { "@geoapify/geocoder-autocomplete": "^2.1.0" } }