{
  "name": "noir_wasm",
  "collaborators": [
    "The Noir Team <team@noir-lang.org>"
  ],
  "description": "A JS interface to the Noir compiler",
  "version": "1.0.0-beta.20",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/noir-lang/noir/"
  },
  "files": [
    "index_bg.wasm",
    "index.js",
    "index.d.ts"
  ],
  "main": "index.js",
  "types": "index.d.ts"
}