@lionrockjs/adapter-session-database
Version:
LionRockJS session adapter using database
43 lines (42 loc) • 985 B
JSON
{
"type": "module",
"name": "@lionrockjs/adapter-session-database",
"version": "0.0.3",
"description": "LionRockJS session adapter using database",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules ../../../node_modules/jest/bin/jest.js --coverage"
},
"jest": {
"verbose": true,
"transform": {},
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)",
"**/?(*.)+(spec|test).mjs"
],
"moduleFileExtensions": [
"js",
"jsx",
"mjs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/LionRockJS/adapter-session.git"
},
"keywords": [
"LionRock",
"database",
"sqlite",
"better-sqlite3"
],
"author": "Kojin Nakana",
"license": "MIT",
"bugs": {
"url": "https://github.com/LionRockJS/adapter-session/issues"
},
"homepage": "https://github.com/LionRockJS/adapter-session#readme",
"dependencies": {
}
}