shiro-better-auth
Version:
A Better Auth adapter for RONIN
53 lines (52 loc) • 1.08 kB
JSON
{
"name": "shiro-better-auth",
"version": "0.0.5",
"type": "module",
"description": "A Better Auth adapter for RONIN",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ronin-co/shiro",
"directory": "packages/shiro-better-auth"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"type-check": "tsc --pretty",
"test": "bun test",
"build": "tsup ./src/index.ts --dts --format esm",
"dev": "bun run build -- --watch"
},
"keywords": [
"auth",
"better-auth",
"betterauth",
"ronin",
"ts",
"typescript"
],
"author": "ronin",
"license": "Apache-2.0",
"devDependencies": {
"@ronin/engine": "0.1.16",
"shiro-compiler": "workspace:*",
"shiro-orm": "workspace:*"
},
"peerDependencies": {
"better-auth": ">=1.2.5",
"shiro-orm": ">=0.1.0"
},
"peerDependenciesMeta": {
"better-auth": {
"optional": false
},
"shiro-orm": {
"optional": false
}
}
}