{
  "name": "taffy-wasm",
  "type": "module",
  "collaborators": [
    "ByteLandTechnology <github@byteland.app>"
  ],
  "description": "WebAssembly bindings for Taffy layout library",
  "version": "0.9.10",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ByteLandTechnology/taffy-layout"
  },
  "files": [
    "taffy_wasm_bg.wasm",
    "taffy_wasm.js",
    "taffy_wasm.d.ts"
  ],
  "main": "taffy_wasm.js",
  "types": "taffy_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}