@lifeworld/adapter-test
Version:
Testing module for Lucia database adapters
47 lines (46 loc) • 858 B
JSON
{
"name": "@lifeworld/adapter-test",
"version": "5.0.2",
"description": "Testing module for Lucia database adapters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
"files": [
"/dist/",
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build"
},
"keywords": [
"lucia",
"lucia",
"auth",
"authentication",
"adapter",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia",
"directory": "packages/adapter-test"
},
"author": "pilcrowonpaper",
"license": "MIT",
"exports": {
".": "./dist/index.js"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"lucia": "workspace:*"
},
"peerDependencies": {
"lucia": "3.x"
},
"dependencies": {
"mocha": "^10.2.0",
"oslo": "0.28.2"
}
}