{
  "name": "@lumis-sh/wasm-csharp",
  "version": "0.26.1",
  "type": "module",
  "types": "./index.d.ts",
  "description": "Tree-sitter WASM grammar for csharp",
  "author": "Leandro Pereira",
  "license": "MIT",
  "homepage": "https://lumis.sh",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leandrocp/lumis.git"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "node": "./index.node.js",
      "default": "./index.js"
    },
    "./tree-sitter-csharp.wasm": "./tree-sitter-csharp.wasm"
  },
  "lumis": {
    "language": "csharp",
    "parser": "tree-sitter-csharp",
    "upstreamVersion": "0.23.5",
    "rev": "cac6d5fb595f5811a076336682d5d595ac1c9e85",
    "treeSitter": "0.26"
  },
  "keywords": ["lumis-sh", "wasm", "tree-sitter"],
  "files": ["*.wasm", "*.js", "*.d.ts", "README.md", "LICENSE"]
}
