{
  "name": "@jspawn/ghostscript-wasm",
  "version": "0.0.2",
  "description": "ghostscript compiled to WASM",
  "main": "gs.js",
  "module": "gs.mjs",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha.js tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jsscheller/ghostscript-wasm.git"
  },
  "license": "AGPL-3.0",
  "devDependencies": {
    "mocha": "^10.0.0"
  },
  "dependencies": {}
}
