{
  "name": "@emnapi/core",
  "version": "2.0.0-alpha.3",
  "description": "emnapi core",
  "type": "module",
  "main": "./dist/emnapi-core.js",
  "module": "./dist/emnapi-core.js",
  "types": "./dist/emnapi-core.d.ts",
  "sideEffects": false,
  "exports": {
    ".": "./dist/emnapi-core.js",
    "./plugins": "./dist/plugins/index.js",
    "./plugins/index": "./dist/plugins/index.js",
    "./plugins/v8": "./dist/plugins/v8.js",
    "./plugins/async-work": "./dist/plugins/async-work.js",
    "./plugins/threadsafe-function": "./dist/plugins/threadsafe-function.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@emnapi/wasi-threads": "2.0.1",
    "tslib": "^2.4.0"
  },
  "scripts": {
    "build": "node ./script/build.js && rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toyobayashi/emnapi.git"
  },
  "author": "toyobayashi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toyobayashi/emnapi/issues"
  },
  "homepage": "https://github.com/toyobayashi/emnapi#readme",
  "publishConfig": {
    "access": "public"
  }
}
