You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session/package.json

24 lines
549 B

{
"name": "@nano/session",
"version": "1.0.0",
"description": "Handle User Session with Sqlite3",
"repository": {
"type": "git",
"url": "git@git.node001.net:nano/session.git"
},
"author": "Björn Hase <herrhase@node001.net>",
"license": "MIT",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --test ./test/*"
},
"dependencies": {
"@nano/sqlite": "^1.0.1",
"dayjs": "^1.11.13"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}