{
  "name": "@perspective-dev/server",
  "author": "The Perspective Authors",
  "license": "Apache-2.0",
  "version": "4.5.0",
  "main": "./dist/wasm/perspective-server.js",
  "files": [
    "dist/wasm/**/*"
  ],
  "devDependencies": {
    "pro_self_extracting_wasm": "0.0.9",
    "typescript": ">=5 <6",
    "zx": ">=8 <9"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node ./build.mjs",
    "clean": "node ./clean.mjs"
  }
}