21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "@workspace/auth",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint . --max-warnings 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.4.1",
|
|
"dependencies": {
|
|
"next-auth": "5.0.0-beta.28"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.5.0"
|
|
}
|
|
}
|