package.json•1.12 kB
{
"name": "@prisma/adapter-d1",
"version": "0.0.0",
"description": "Prisma's driver adapter for Cloudflare D1",
"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.mts",
"default": "./dist/index.mjs"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/adapter-d1"
},
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"test": "vitest run"
},
"files": [
"dist",
"README.md"
],
"keywords": [],
"contributors": [
"Alberto Schiabel <schiabel@prisma.io>",
"Sophie Atkins <atkins@prisma.io>",
"Joël Galeran <galeran@prisma.io>"
],
"license": "Apache-2.0",
"sideEffects": false,
"dependencies": {
"@cloudflare/workers-types": "^4.20250408.0",
"@prisma/driver-adapter-utils": "workspace:*",
"ky": "1.7.5"
}
}