mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@better-auth/cli",
|
|
"version": "1.0.0-canary.11",
|
|
"description": "The CLI for Better Auth",
|
|
"module": "dist/index.mjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/better-auth/better-auth",
|
|
"directory": "packages/cli"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"scripts": {
|
|
"dev": "tsup --watch --sourcemap",
|
|
"test": "vitest",
|
|
"build": "tsup --clean"
|
|
},
|
|
"publishConfig": {
|
|
"executableFiles": [
|
|
"./dist/index.mjs"
|
|
]
|
|
},
|
|
"exports": "./dist/index.mjs",
|
|
"bin": "./dist/index.mjs",
|
|
"devDependencies": {
|
|
"tsup": "^8.2.4",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^1.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@mrleebo/prisma-ast": "^0.12.0",
|
|
"@prisma/client": "^5.19.1",
|
|
"@types/better-sqlite3": "^7.6.11",
|
|
"@types/prompts": "^2.4.9",
|
|
"better-auth": "workspace:*",
|
|
"better-sqlite3": "^11.3.0",
|
|
"c12": "^2.0.1",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"drizzle-orm": "^0.33.0",
|
|
"get-tsconfig": "^4.8.1",
|
|
"prisma": "^5.19.1",
|
|
"prompts": "^2.4.2",
|
|
"tinyexec": "^0.3.0",
|
|
"yocto-spinner": "^0.1.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
} |