{
  "name": "diff_native",
  "description": "High-performance text diffing library built with Rust and WebAssembly",
  "version": "0.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/denispanov/diff-native"
  },
  "files": [
    "diff_native_bg.wasm",
    "diff_native.js",
    "diff_native.d.ts"
  ],
  "main": "diff_native.js",
  "types": "diff_native.d.ts"
}