mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "@better-auth/test-utils",
|
|
"version": "1.6.11",
|
|
"description": "Testing utilities for Better Auth adapter development",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://www.better-auth.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/better-auth/better-auth.git",
|
|
"directory": "packages/test-utils"
|
|
},
|
|
"keywords": [
|
|
"auth",
|
|
"testing",
|
|
"typescript",
|
|
"better-auth"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"./adapter": {
|
|
"dev-source": "./src/adapter/index.ts",
|
|
"default": "./dist/adapter.mjs",
|
|
"types": "./dist/adapter.d.mts"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"better-auth": "workspace:*",
|
|
"tsdown": "catalog:",
|
|
"vitest": "catalog:vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"@better-auth/core": "workspace:^",
|
|
"better-auth": "workspace:^",
|
|
"vitest": "catalog:vitest"
|
|
}
|
|
}
|