Files
better-auth/packages/cli/package.json
2025-08-21 16:36:14 -07:00

76 lines
1.8 KiB
JSON

{
"name": "@better-auth/cli",
"version": "1.3.8-beta.3",
"description": "The CLI for Better Auth",
"module": "dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/better-auth/better-auth",
"directory": "packages/cli"
},
"homepage": "https://www.better-auth.com/docs/concepts/cli",
"main": "./dist/index.mjs",
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"start": "node ./dist/index.mjs",
"dev": "tsx ./src/index.ts",
"test": "vitest"
},
"publishConfig": {
"access": "public",
"executableFiles": [
"./dist/index.mjs"
]
},
"license": "MIT",
"keywords": [
"auth",
"cli",
"typescript",
"better-auth"
],
"exports": "./dist/index.mjs",
"bin": "./dist/index.mjs",
"devDependencies": {
"@types/diff": "^7.0.1",
"@types/fs-extra": "^11.0.4",
"tsx": "^4.20.4",
"typescript": "catalog:",
"unbuild": "catalog:",
"zod": "^4.0.0"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@clack/prompts": "^0.10.0",
"@mrleebo/prisma-ast": "^0.12.0",
"@prisma/client": "^5.22.0",
"@types/better-sqlite3": "^7.6.12",
"@types/prompts": "^2.4.9",
"better-auth": "workspace:*",
"better-sqlite3": "^11.6.0",
"c12": "^3.2.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.33.0",
"fs-extra": "^11.3.0",
"get-tsconfig": "^4.8.1",
"open": "^10.1.0",
"prettier": "^3.4.2",
"prisma": "^5.22.0",
"prompts": "^2.4.2",
"semver": "^7.7.1",
"tinyexec": "^0.3.1",
"yocto-spinner": "^0.1.1"
},
"peerDependencies": {
"zod": "3.25.0 || ^4.0.0"
},
"files": [
"dist"
]
}