{
  "name": "@candlecorp/browser_wasi_shim",
  "version": "0.2.16",
  "license": "MIT OR Apache-2.0",
  "description": "A pure javascript shim for WASI",
  "type": "module",
  "scripts": {
    "build": "swc src -d dist && tsc --emitDeclarationOnly",
    "watch": "swc src -w -d dist",
    "prepare": "swc src -d dist && tsc --emitDeclarationOnly",
    "check": "tsc --noEmit && prettier src -c && eslint src/",
    "test": "playwright test",
    "test:build": "./scripts/build-tests.sh",
    "test:server": "http-server -p 3000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjorn3/browser_wasi_shim.git"
  },
  "author": "bjorn3",
  "bugs": {
    "url": "https://github.com/bjorn3/browser_wasi_shim/issues"
  },
  "exports": {
    ".": {
      "types": "./typings/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "typings": "./typings/index.d.ts",
  "homepage": "https://github.com/bjorn3/browser_wasi_shim#readme",
  "devDependencies": {
    "@playwright/test": "^1.38.1",
    "@swc/cli": "^0.1.62",
    "@swc/core": "^1.3.37",
    "@types/node": "^20.8.4",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "chokidar": "^3.5.3",
    "eslint": "^8.50.0",
    "http-server": "^14.1.1",
    "playwright": "^1.38.1",
    "prettier": "^3.0.3",
    "typescript": "^4.9.5"
  }
}
