package.json•873 B
{
"name": "@prisma/dmmf",
"version": "0.0.0",
"description": "This package is intended for Prisma's internal use",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/dmmf"
},
"license": "Apache-2.0",
"devDependencies": {
"vitest": "3.2.4"
},
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"prepublishOnly": "pnpm run build",
"test": "vitest run"
},
"files": [
"dist"
],
"sideEffects": false
}