{
  "name": "pdfcpu-wasm",
  "version": "0.1.0",
  "description": "pdfcpu compiled to WASM",
  "type": "module",
  "main": "index.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsscheller/pdfcpu-wasm.git"
  },
  "bugs": "https://github.com/jsscheller/pdfcpu-wasm/issues",
  "license": "MIT",
  "devDependencies": {
    "@bjorn3/browser_wasi_shim": "^0.4.2",
    "esbuild": "^0.21.2",
    "runish": "^0.1.0",
    "serdev": "^0.1.0",
    "typescript": "^5.3.3",
    "uvu": "^0.5.6"
  }
}
