@prisma/cli-init
Version:
Init CLI for Prisma
69 lines • 1.57 kB
JSON
{
"name": "@prisma/cli-init",
"version": "0.4.1",
"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.11.1"
},
"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",
"ora": "8.2.0",
"ts-pattern": "5.6.2",
"xdg-app-paths": "8.3.0"
},
"scripts": {
"build": "tsup",
"check:exports": "attw . --pack --profile esm-only",
"dev": "tsup --watch",
"lint": "eslint --fix .",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}