@ronin/better-auth
Version:
A Better Auth adapter for RONIN
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "@ronin/better-auth",
"version": "1.0.0",
"type": "module",
"description": "A Better Auth adapter for RONIN",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ronin-co/better-auth"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "bun run --bun lint:tsc && bun run --bun lint:biome",
"lint:biome": "biome check --error-on-warnings",
"lint:tsc": "tsc --pretty",
"format": "biome check --write && biome format --write",
"test": "bun test",
"build": "tsup",
"dev": "tsup --watch",
"prepare": "bun run build"
},
"keywords": [
"auth",
"better-auth",
"betterauth",
"ronin",
"ts",
"typescript"
],
"author": "ronin",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ronin/compiler": "0.18.1",
"@ronin/engine": "0.1.16",
"@types/bun": "1.2.8",
"tsup": "8.4.0",
"typescript": "5.8.2"
},
"peerDependencies": {
"better-auth": ">=1.2.5",
"ronin": ">=6.4.16"
},
"peerDependenciesMeta": {
"better-auth": {
"optional": false
},
"ronin": {
"optional": false
}
}
}