{
  "name": "svg-path-sdf",
  "version": "2.0.0",
  "description": "Get signed distance field for a svg path",
  "main": "svg-path-sdf.js",
  "scripts": {
    "build": "esbuild svg-path-sdf.js --bundle --outfile=svg-path-sdf.min.js --minify --format=esm"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/svg-path-sdf.git"
  },
  "keywords": [
    "sdf",
    "svg",
    "path",
    "signed",
    "distance",
    "webgl",
    "gl",
    "stackgl"
  ],
  "author": "Dima Yv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/svg-path-sdf/issues"
  },
  "homepage": "https://github.com/dy/svg-path-sdf#readme",
  "dependencies": {
    "bitmap-sdf": "^1.0.0",
    "is-svg-path": "^1.0.1",
    "parse-svg-path": "^0.1.2",
    "svg-path-bounds": "^1.0.1"
  }
}
