{
  "name": "connect-session-sequelize",
  "version": "8.0.6",
  "description": "Session store for connect-session using sequelize",
  "homepage": "https://github.com/mweibel/connect-session-sequelize",
  "bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test",
    "coverage": "nyc --reporter=text --reporter=html mocha ./test",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mweibel/connect-session-sequelize.git"
  },
  "dependencies": {
    "debug": "^4.4.1"
  },
  "devDependencies": {
    "express-session": "^1.18.1",
    "mocha": "^11.6.0",
    "nyc": "^17.1.0",
    "sequelize": "^6.37.7",
    "sqlite3": "^5.1.7",
    "standard": "^17.1.2"
  },
  "peerDependencies": {
    "sequelize": ">= 6.37.7"
  },
  "engines": {
    "node": ">= 22"
  },
  "keywords": [
    "connect-session",
    "connect",
    "sequelize",
    "postgres",
    "mysql",
    "sqlite"
  ],
  "author": "Michael Weibel <michael.weibel@gmail.com> (https://github.com/mweibel)",
  "license": "MIT",
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ]
}
