{
  "name": "@bytecodealliance/preview2-shim",
  "version": "0.17.6",
  "description": "WASI Preview2 shim for JS environments",
  "author": "Guy Bedford, Eduardo Rodrigues<16357187+eduardomourar@users.noreply.github.com>",
  "contributors": [
    {
      "name": "Guy Bedford"
    },
    {
      "name": "Eduardo Rodrigues",
      "email": "16357187+eduardomourar@users.noreply.github.com"
    },
    {
      "name": "Victor Adossi",
      "email": "vadossi@cosmonic.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytecodealliance/jco.git"
  },
  "license": "(Apache-2.0 WITH LLVM-exception)",
  "bugs": {
    "url": "https://github.com/bytecodealliance/jco/issues"
  },
  "homepage": "https://github.com/bytecodealliance/jco#readme",
  "type": "module",
  "types": "./types/index.d.ts",
  "files": [
    "types",
    "lib"
  ],
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "node": "./lib/nodejs/index.js",
      "default": "./lib/browser/index.js"
    },
    "./*": {
      "types": "./types/*.d.ts",
      "node": "./lib/nodejs/*.js",
      "default": "./lib/browser/*.js"
    },
    "./instantiation": {
      "types": "./types/instantiation.d.ts",
      "node": "./lib/common/instantiation.js",
      "default": "./lib/common/instantiation.js"
    }
  },
  "scripts": {
    "types:check": "tsc --noEmit",
    "fmt": "npm run lint:fix",
    "lint": "eslint -c ../../eslint.config.mjs ./lib/**/*.js",
    "lint:fix": "npm run lint -- --fix",
    "test": "vitest run -c test/vitest.ts"
  },
  "devDependencies": {
    "@bytecodealliance/componentize-js": "0.19.3",
    "@bytecodealliance/jco": "1.15.2",
    "mime": "^4.0.7",
    "puppeteer": "^24.16.2"
  }
}
