UNPKG

@ley0x/better-auth-lastfm

Version:

Last.fm authentication plugin for BetterAuth

74 lines 1.64 kB
{ "name": "@ley0x/better-auth-lastfm", "version": "1.2.5", "description": "Last.fm authentication plugin for BetterAuth", "keywords": [ "auth", "authentication", "better-auth", "lastfm", "plugin", "typescript" ], "homepage": "https://codeberg.org/ley0x/betterauth-lastfm#readme", "bugs": { "url": "https://codeberg.org/ley0x/betterauth-lastfm/issues" }, "license": "MIT", "author": "ley0x <ley0x@pm.me>", "repository": { "type": "git", "url": "https://codeberg.org/ley0x/betterauth-lastfm.git" }, "files": [ "dist", "README.md" ], "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./client": { "types": "./dist/client/index.d.ts", "import": "./dist/client/index.js", "require": "./dist/client/index.cjs" } }, "publishConfig": { "access": "public" }, "dependencies": { "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.0.0", "better-auth": "^1.6.20", "knip": "^6.17.1", "oxfmt": "^0.55.0", "oxlint": "^1.70.0", "tsup": "^8.5.1", "typescript": "^6.0.3" }, "peerDependencies": { "better-auth": "^1.x.x" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "oxlint", "lint:fix": "oxlint --fix", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "knip": "knip" } }