{
  "name": "@here/flexpolyline",
  "version": "0.1.0",
  "description": "Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepack": "cp ../LICENSE .",
    "test": "node test/test.js"
  },
  "keywords": [
    "polyline",
    "encoding"
  ],
  "author": {
    "name": "HERE Europe B.V.",
    "url": "https://here.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/heremaps/flexible-polyline.git",
    "directory": "javascript"
  },
  "publishConfig": {
    "access": "public"
  }
}
