package.json•813 B
{
"name": "@prisma/nextjs-monorepo-workaround-plugin",
"version": "0.0.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"
},
"scripts": {
"test": "echo \"Tests are in prisma/packages/client/tests/e2e\""
},
"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"
}
}