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