{
  "name": "wasm-potrace",
  "version": "0.4.1",
  "description": "A modern ESM build of the Potrace library for use in the browser.",
  "main": "./dist/index.cjs",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "bash build.sh",
    "prepublish": "npm run build"
  },
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/AngusFu/esm-potrace-wasm/issues"
  },
  "homepage": "https://github.com/AngusFu/esm-potrace-wasm#readme",
  "keywords": [
    "potrace"
  ],
  "devDependencies": {
    "esbuild": "^0.17.9",
    "terser": "^5.16.4"
  }
}
