package.json•814 B
{
"name": "@prisma/schema-files-loader",
"version": "0.0.0",
"description": "Package for resolving and loading schema files when schema is split into multiple files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/schema-files-loader"
},
"license": "Apache-2.0",
"author": "Serhii Tatarintsev <tatarintsev@prisma.io>",
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"test": "vitest run",
"prepublishOnly": "pnpm run build"
},
"files": [
"dist"
],
"sideEffects": false,
"dependencies": {
"@prisma/prisma-schema-wasm": "6.19.0-24.a2b481b117452ee9da10d6bf285cde25c0d6b676",
"fs-extra": "11.3.0"
}
}