{
  "name": "@bettaworx/vrc-styled-icon-maker-wasm",
  "type": "module",
  "description": "WASM bindings for VRC Styled Icon Maker",
  "version": "0.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bettaworx/vrc-styled-icon-maker.git"
  },
  "files": [
    "vrc_styled_icon_maker_wasm_bg.wasm",
    "vrc_styled_icon_maker_wasm.js",
    "vrc_styled_icon_maker_wasm.d.ts"
  ],
  "main": "vrc_styled_icon_maker_wasm.js",
  "types": "vrc_styled_icon_maker_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}
