{
  "name": "emnapi",
  "version": "1.4.1",
  "description": "Node-API implementation for Emscripten",
  "main": "index.js",
  "gypfile": false,
  "peerDependencies": {
    "node-addon-api": ">= 6.1.0"
  },
  "peerDependenciesMeta": {
    "node-addon-api": {
      "optional": true
    }
  },
  "scripts": {
    "build": "node ./script/build.js",
    "version": "node ./script/version.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toyobayashi/emnapi.git"
  },
  "keywords": [
    "emscripten",
    "wasm",
    "emcc",
    "webassembly",
    "binding",
    "clang",
    "c",
    "c++",
    "cpp",
    "n-api",
    "napi",
    "node-addon-api",
    "napi-rs",
    "rust",
    "wasi-sdk",
    "wasi"
  ],
  "author": "toyobayashi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toyobayashi/emnapi/issues"
  },
  "homepage": "https://github.com/toyobayashi/emnapi#readme",
  "publishConfig": {
    "access": "public"
  }
}
