mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
* chore(release): version packages * chore: remove lock file * chore: fix ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "@better-auth/cli",
|
|
"version": "1.3.4",
|
|
"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",
|
|
"test": "vitest"
|
|
},
|
|
"publishConfig": {
|
|
"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": "catalog:",
|
|
"unbuild": "catalog:",
|
|
"vitest": "^1.6.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": "^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",
|
|
"zod": "^4.0.5"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|