/
vlad82098
/
PRACTIC2
Обзор
Документация
Войти
/
vlad82098
/
PRACTIC2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
server/node_modules/@prisma/debug/package.json
47 строк
1 KB
влад
first commit
19 дек 2025, 06:16
19 дек 2025, 06:16
6bb42b0
Код
Авторство
О чём код?
{ "name": "@prisma/debug", "version": "7.2.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.mts", "default": "./dist/index.mjs" } } }, "license": "Apache-2.0", "author": "Tim Suchanek <suchanek@prisma.io>", "homepage": "https://www.prisma.io", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/debug" }, "bugs": "https://github.com/prisma/prisma/issues", "devDependencies": { "@types/jest": "29.5.14", "@types/node": "~20.19.24", "jest": "29.7.0", "jest-junit": "16.0.0", "kleur": "4.1.5", "typescript": "5.4.5" }, "files": [ "README.md", "dist" ], "sideEffects": false, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "test": "jest" } }