mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* feat: pnpm * Update publish script * gitignore the pnpm debug log * Fix workspace * Fix dev commands * feat: pnpm * Update publish script * gitignore the pnpm debug log * Fix workspace * Fix dev commands * chore: fix pnpm install in GitHub Action * fix: update tsconfig path * pnpm run -> pnpm * chore: remove cache-node and add back setup-node * fix: tsconfig dependencies * chore: fix tsconfig path * fix: adapter-test dependencies * fix: setup-node for release-pr * fix: import adapter-test * chore: update workspace dependency for next-auth * fix: test failure * fix: add jest for adapters * fix: jest again * fix: mongo in prisma * fix: `--no-git-checks` for `release-pr` Co-authored-by: Balázs Orbán <info@balazsorban.com>
36 lines
998 B
JSON
36 lines
998 B
JSON
{
|
|
"name": "@next-auth/adapter-test",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/nextauthjs/next-auth.git",
|
|
"contributors": [
|
|
"Balázs Orbán <info@balazsorban.com>",
|
|
"Nico Domino <yo@ndo.dev>"
|
|
],
|
|
"files": [
|
|
"jest"
|
|
],
|
|
"license": "ISC",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.3",
|
|
"@babel/plugin-transform-runtime": "^7.14.3",
|
|
"@babel/preset-env": "^7.14.2",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
|
"@typescript-eslint/parser": "^4.24.0",
|
|
"babel-jest": "^27.4.2",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard-with-typescript": "^20.0.0",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"jest": "^27.0.3",
|
|
"next-auth": "workspace:*",
|
|
"prettier": "^2.3.0",
|
|
"ts-jest": "^27.0.3",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|