{
  "name": "@biomejs/wasm-nodejs",
  "collaborators": [
    "Biome Developers and Contributors"
  ],
  "description": "WebAssembly bindings to the Biome workspace API",
  "version": "2.5.5",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/biomejs/biome"
  },
  "files": [
    "biome_wasm_bg.wasm",
    "biome_wasm.js",
    "biome_wasm.d.ts"
  ],
  "main": "biome_wasm.js",
  "homepage": "https://biomejs.dev/",
  "types": "biome_wasm.d.ts",
  "keywords": [
    "parser",
    "linter",
    "formatter",
    "wasm"
  ],
  "publishConfig": {
    "provenance": true
  }
}