{
  "name": "@myzaqwsx/wasmadd",
  "collaborators": [
    "98341"
  ],
  "description": "Code used to demonstrate how to use wasm-pack",
  "version": "0.1.0",
  "license": "MIT/Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mgattozzi/wasm-add"
  },
  "files": [
    "wasm_add_bg.wasm"
  ],
  "main": "wasm_add.js"
}