{
  "name": "@tsonic/tsbindgen",
  "version": "0.7.55",
  "description": "Generate TypeScript declarations from .NET assemblies",
  "type": "module",
  "bin": {
    "tsbindgen": "bin.js"
  },
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./bin.js": "./bin.js"
  },
  "files": [
    "bin.js",
    "index.js",
    "lib",
    "README.md"
  ],
  "scripts": {
    "build": "dotnet publish src/tsbindgen/tsbindgen.csproj -c Release -o lib/"
  },
  "keywords": [
    "tsonic",
    "typescript",
    "dotnet",
    "csharp",
    "codegen",
    "bindings"
  ],
  "author": "Tsonic Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsoniclang/tsbindgen.git"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
