{
  "name": "svg2canvas",
  "version": "0.0.14",
  "description": "Library to allow batching and rendering of SVGs onto the canvas EFFICIENTLY. Currently only compatible w/ simple geometry.",
  "keywords": [
    "svg",
    "canvas",
    "batch",
    "fast",
    "2d"
  ],
  "homepage": "https://github.com/OpenCircuits/svg2canvas#readme",
  "bugs": "https://github.com/OpenCircuits/svg2canvas/issues",
  "license": "GPL-3.0",
  "author": "Leon Montealegre <leonm99@gmail.com> (http://leonmontealeg.re/)",
  "files": [
    "build/*"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/OpenCircuits/svg2canvas.git"
  },
  "scripts": {
    "build-prod": "rimraf ./build && tsc --build",
    "build": "tsc --build",
    "watch": "tsc --build -w",
    "test": "copyfiles -u 2 ./tests/manual/* ./build/ && serve ./build/"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "rimraf": "^3.0.2",
    "serve": "^14.2.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}
