initial commit: fork
This commit is contained in:
35
packages/auth/package.json
Normal file
35
packages/auth/package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user