{
  "name": "@prisma/schema-engine-wasm",
  "version": "6.16.1-1.bb420e667c1820a8c05a38023385f6cc7ef8e83a",
  "type": "module",
  "description": "WebAssembly bindings for the Prisma Schema Engine, which handles migrations and introspections",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma-engines",
    "directory": "schema-engine/schema-engine-wasm"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/prisma/prisma-engines",
  "author": {
    "name": "Alberto Schiabel <schiabel@prisma.io>"
  },
  "exports": {
    ".": {
      "import": "./schema_engine.js",
      "require": "./schema_engine.js",
      "types": "./schema_engine.d.ts"
    },
    "./schema_engine_bg": {
      "import": "./schema_engine_bg.js",
      "require": "./schema_engine_bg.js",
      "types": "./schema_engine_bg.d.ts"
    }
  },
  "types": "./schema_engine.d.ts"
}
