@prisma/cli-init
Version:
Init CLI for Prisma
73 lines • 1.83 kB
JSON
{
"name": "@prisma/cli-init",
"version": "0.8.0",
"description": "Init CLI for Prisma",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"keywords": [
"cli",
"prisma",
"init",
"development",
"server",
"ppg",
"postgres"
],
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
"@prisma/get-platform": "6.7.0",
"@types/fs-extra": "11.0.4",
"@types/node": "22.3.0",
"importx": "0.5.2",
"strip-ansi": "7.1.0",
"tsup": "8.0.2",
"typescript": "5.8.3",
"vitest": "3.1.3",
"@prisma/dev": "0.17.0"
},
"dependencies": {
"@inquirer/prompts": "7.3.3",
"@prisma/config": "6.7.0",
"@prisma/debug": "6.7.0",
"@prisma/generator": "6.7.0",
"@prisma/internals": "6.7.0",
"arg": "5.0.2",
"async-listen": "3.1.0",
"checkpoint-client": "1.1.33",
"dotenv": "16.5.0",
"effect": "3.12.10",
"fs-extra": "11.3.0",
"get-tsconfig": "4.10.0",
"kleur": "4.1.5",
"node-fetch": "3.3.2",
"open": "7.4.2",
"openapi-fetch": "0.15.0",
"openapi-typescript": "7.10.1",
"ora": "8.2.0",
"ts-pattern": "5.6.2",
"xdg-app-paths": "8.3.0",
"zod": "4.1.12"
},
"scripts": {
"build": "tsup",
"check:exports": "attw . --pack --profile esm-only",
"dev": "tsup --watch",
"generate-api-client": "openapi-typescript https://api.prisma.io/v1/doc --output ./src/management-api/openapi.d.ts && prettier --write ./src/management-api/openapi.d.ts",
"lint": "eslint --fix .",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}