{
  "name": "shielder-wasm",
  "version": "0.0.1",
  "description": "WASM bindings for Shielder cryptography. Intended for use in web applications.",
  "license": "Apache-2.0",
  "author": "Cardinal",
  "contributors": [
    {
      "name": "Piotr Roslaniec",
      "email": "p.roslaniec@gmail.com"
    }
  ],
  "exports": {
    "./web-singlethreaded": "./pkg-web-singlethreaded/shielder_wasm.js",
    "./web-multithreaded": "./pkg-web-multithreaded/shielder_wasm.js"
  },
  "files": ["pkg-web-singlethreaded/**/*.*", "pkg-web-multithreaded/**/*.*"],
  "sideEffects": ["pkg-web-multithreaded/snippets/**/*.*"]
}
