{
  "name": "@webassembly/typescript",
  "type": "module",
  "description": "TypeScript 7 WebAssembly (WASM) distribution",
  "license": "Apache-2.0",
  "homepage": "https://github.com/wasmbinaries/typescript#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wasmbinaries/typescript.git",
    "directory": "packages/wasm"
  },
  "keywords": [
    "typescript-go",
    "typescript",
    "tsgo",
    "go",
    "wasm"
  ],
  "main": "tsgo.wasm",
  "bin": {
    "tsc": "bin/tsc"
  },
  "files": [
    "bin/tsc",
    "tsgo.wasm"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "version": "7.0.2",
  "buildInfo": {
    "date": "2026-07-09",
    "commit": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b"
  }
}