{
  "name": "wasi_unstable",
  "version": "0.1.3",
  "description": "Experimental ESM integration for WASI",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "node --experimental-modules --experimental-wasm-modules test.js"
  },
  "dependencies": {
    "wasi": "0.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guybedford/wasi_unstable.git"
  },
  "keywords": [
    "WebAssembly",
    "WASI"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guybedford/wasi_unstable/issues"
  },
  "homepage": "https://github.com/guybedford/wasi_unstable#readme"
}
