{
  "name": "@wasmsharp/core",
  "version": "0.10.2",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JakeYallop/WasmSharp.git"
  },
  "bugs": {
    "url": "https://github.com/JakeYallop/WasmSharp/issues"
  },
  "homepage": "https://github.com/JakeYallop/WasmSharp",
  "author": "JakeYallop",
  "keywords": [
    "wasm",
    "webassembly",
    "wasmsharp",
    "csharp",
    "dotnet",
    "javascript",
    "compilers",
    "roslyn",
    "analyzers"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "comlink": "^4.4.1"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "dotnet publish -c Release",
    "pack:core": "cd ./src/bin/Release/net10.0/publish/wwwroot/_framework && pnpm pack --pack-destination ../../../../../../../"
  }
}