UNPKG

geo-polyline-tools

Version:

A javaScript library that provides utility functions to encode and decode polyline coordinates

79 lines (78 loc) 1.96 kB
{ "name": "geo-polyline-tools", "version": "1.0.6", "description": "A javaScript library that provides utility functions to encode and decode polyline coordinates", "author": "barikoi", "readme": "README.md", "license": "MIT", "main": "dist/cjs/index.cjs", "typings": "dist/cjs/index.d.ts", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "type": "module", "exports": { ".": { "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } } }, "homepage": "https://docs.barikoi.com/docs/maps-api", "engines": { "node": "24.14.1" }, "files": [ "dist", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "keywords": [ "barikoi", "polyline", "encoded-polyline", "encode", "decode", "geojson", "linestring", "coordinates", "geometry", "maps", "gis", "routing", "navigation", "latitude", "longitude" ], "repository": { "type": "git", "url": "git+https://github.com/barikoi/geo-polyline-tools.git" }, "scripts": { "test": "jest", "build": "rollup -c && cp types/index.d.ts dist/cjs/index.d.cts && cp types/index.d.ts dist/cjs/index.d.ts && cp types/index.d.ts dist/esm/index.d.ts && cp types/index.d.ts dist/iife/index.d.ts", "lint": "eslint 'src/**/*.{ts}'" }, "devDependencies": { "@rollup/plugin-commonjs": "28.0.0", "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-terser": "1.0.0", "@rollup/plugin-typescript": "12.1.2", "@types/jest": "29.5.13", "@typescript-eslint/parser": "8.8.0", "eslint": "9.39.4", "jest": "29.7.0", "rollup": "4.60.1", "rollup-plugin-clear": "2.0.7", "ts-jest": "29.2.5", "tslib": "2.8.1", "typescript": "4.9.5" } }