{
  "name": "@prisma/engines",
  "version": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "author": "Tim Suchanek <suchanek@prisma.io>",
  "devDependencies": {
    "@prisma/debug": "3.14.0",
    "@prisma/engines-version": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e",
    "@prisma/fetch-engine": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e",
    "@types/node": "16.11.34",
    "execa": "5.1.1",
    "typescript": "4.6.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/engines-wrapper.git",
    "directory": "packages/engines"
  },
  "files": [
    "dist",
    "download"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "postinstall": "node download/index.js"
  },
  "readme": "# `@prisma/engines`\n\nThis package ships the Prisma Engines, namely the Query Engine, Migration Engine, Introspection Engine and Prisma Format.\nIt has a one to one mapping to the engine releases in its version.\nIn the postinall hook of this package, all engines available for the current platform are downloaded from the Prisma CDN.\n\nYou should probably not use this package directly, but instead use one of these:\n\n- [`prisma` CLI](https://www.npmjs.com/package/prisma)\n- [`@prisma/client`](https://www.npmjs.com/package/@prisma/client)\n"
}