mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "@better-auth/cli",
|
|
"version": "1.4.0-beta.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",
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub",
|
|
"start": "node ./dist/index.mjs",
|
|
"dev": "tsx ./src/index.ts",
|
|
"test": "vitest",
|
|
"typecheck": "tsc --project tsconfig.json"
|
|
},
|
|
"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/semver": "^7.7.1",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "catalog:",
|
|
"unbuild": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@better-auth/utils": "0.3.0",
|
|
"@clack/prompts": "^0.11.0",
|
|
"@mrleebo/prisma-ast": "^0.13.0",
|
|
"@prisma/client": "^5.22.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/prompts": "^2.4.9",
|
|
"better-auth": "workspace:*",
|
|
"better-sqlite3": "^12.2.0",
|
|
"c12": "^3.2.0",
|
|
"chalk": "^5.6.2",
|
|
"commander": "^12.1.0",
|
|
"dotenv": "^17.2.2",
|
|
"drizzle-orm": "^0.33.0",
|
|
"get-tsconfig": "^4.10.1",
|
|
"jiti": "^2.6.0",
|
|
"open": "^10.2.0",
|
|
"prettier": "^3.6.2",
|
|
"prisma": "^5.22.0",
|
|
"prompts": "^2.4.2",
|
|
"semver": "^7.7.2",
|
|
"tinyexec": "^0.3.2",
|
|
"yocto-spinner": "^0.2.3",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|