UNPKG

@prisma/ppg

Version:

Lightweight client for Prisma Postgres

40 lines 904 B
{ "name": "@prisma/ppg", "version": "0.5.2", "description": "Lightweight client for Prisma Postgres", "keywords": [ "prisma", "postgres", "postgresql", "ppg", "database", "client", "sql", "serverless" ], "license": "Apache-2.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "files": [ "dist" ], "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.15.18", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "scripts": { "build": "pnpm run /^build:/", "build:esm": "tsup src/index.ts --format esm --dts --target esnext --out-dir dist", "build:cjs": "tsup src/index.ts --format cjs --target esnext --out-dir dist", "format": "biome check --write" } }