@ditsmod/authjs
Version:
Ditsmod module to support Auth.js
61 lines (60 loc) • 1.33 kB
JSON
{
"name": "@ditsmod/authjs",
"type": "module",
"version": "3.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/ditsmod/ditsmod.git"
},
"homepage": "https://ditsmod.github.io/en/",
"description": "Ditsmod module to support Auth.js",
"module": "dist/index.js",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rm -rf dist*",
"test": "yarn build-test && yarn vitest",
"build-test": "tsc -b tsconfig.e2e.json"
},
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./providers": {
"types": "./dist/providers/index.d.ts"
},
"./providers/*": {
"types": "./dist/providers/*.d.ts",
"import": "./dist/providers/*.js"
},
"./adapters": {
"types": "./adapters.d.ts"
}
},
"imports": {
"#mod/*": "./dist/*"
},
"keywords": [
"ditsmod",
"auth.js",
"auth-js",
"authjs",
"auth"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"@ditsmod/core": "^3.0.0",
"@ditsmod/routing": "^3.0.0"
},
"dependencies": {
"@auth/core": "^0.37.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f5c281a4c5c053fc6abe626ad98fa4c8eb578c8f"
}