36 lines
751 B
JSON
36 lines
751 B
JSON
{
|
|
"name": "@master-bot/auth",
|
|
"version": "0.1.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"lint": "eslint .",
|
|
"lint:fix": "pnpm lint --fix",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "^0.10.0",
|
|
"@auth/prisma-adapter": "^1.0.1",
|
|
"@master-bot/db": "^0.1.0",
|
|
"@t3-oss/env-nextjs": "^0.6.0",
|
|
"next": "^13.4.12",
|
|
"next-auth": "^0.0.0-manual.b53ca00b",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@master-bot/eslint-config": "^0.2.0",
|
|
"eslint": "^8.46.0",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@master-bot/eslint-config/base"
|
|
]
|
|
}
|
|
}
|