@better-auth/cli
Version:
The CLI for Better Auth
72 lines • 1.72 kB
JSON
{
"name": "@better-auth/cli",
"version": "1.3.6",
"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",
"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",
"typescript": "^5.9.2",
"unbuild": "^3.5.0",
"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-sqlite3": "^11.6.0",
"c12": "^2.0.1",
"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",
"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",
"better-auth": "1.3.6"
},
"peerDependencies": {
"zod": "3.25.0 || ^4.0.0"
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"start": "node ./dist/index.mjs",
"test": "vitest"
}
}