{
  "name": "@prisma/schema-files-loader",
  "version": "6.16.3",
  "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>",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "dependencies": {
    "@prisma/prisma-schema-wasm": "6.16.1-1.bb420e667c1820a8c05a38023385f6cc7ef8e83a",
    "fs-extra": "11.3.0"
  },
  "scripts": {
    "dev": "DEV=true tsx helpers/build.ts",
    "build": "tsx helpers/build.ts",
    "test": "vitest run"
  }
}