{
  "name": "@prisma/nextjs-monorepo-workaround-plugin",
  "version": "7.8.0",
  "description": "Ensures that your Prisma files are copied",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/nextjs-monorepo-workaround-plugin"
  },
  "keywords": [
    "prisma",
    "prisma-client",
    "next.js",
    "nextjs",
    "webpack",
    "webpack-plugin",
    "schema not found",
    "engine not found",
    "bundler",
    "plugin"
  ],
  "author": "Pierre-Antoine Mills",
  "license": "Apache-2.0",
  "homepage": "https://www.prisma.io",
  "bugs": "https://github.com/prisma/prisma/issues",
  "devDependencies": {
    "webpack": "5.92.1"
  },
  "scripts": {
    "test": "echo \"Tests are in prisma/packages/client/tests/e2e\""
  }
}