{
  "type": "module",
  "name": "quickwin",
  "version": "2026.8.9-133022",
  "description": "QuickJS Win32 runtime — GUI, networking, WASM, FFI, and more",
  "bin": {
    "quickwin": "win-mingw64.exe",
    "quickwin-nowasm": "win-nowasm-mingw64.exe"
  },
  "files": [
    "win-mingw64.exe",
    "win-nowasm-mingw64.exe",
    "lib/",
    "test/",
    "examples/",
    "vendor/",
    "quickwin.d.ts",
    "quickwin_const.d.ts",
    "tsconfig.json",
    "README.md"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xna00/quickwin.git"
  },
  "devDependencies": {
    "@types/node": "^24.13.2",
    "@types/react": "^19.2.17",
    "@types/react-reconciler": "^0.33.0",
    "@types/ws": "^8.18.1",
    "esbuild": "^0.28.0",
    "typescript": "^7.0.2"
  },
  "dependencies": {
    "react": "^19.2.7",
    "react-reconciler": "^0.33.0",
    "web-streams-polyfill": "^4.3.0",
    "ws": "^8.21.0"
  }
}
