mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
26 lines
611 B
JSON
26 lines
611 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",
|
|
"jest": "^27.0.3",
|
|
"next-auth": "workspace:*",
|
|
"ts-jest": "^27.0.3",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|