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.

23 lines
465 B

3 months ago
{
"name": "@nano/session",
"version": "0.1.0",
"description": "Handle User Session with Sqlite",
"repository": {
"type": "git",
"url": "git@git.node001.net:nano/session.git"
},
"author": "Björn Hase <me@herr-hase.wtf>",
"license": "MIT",
"type": "module",
"scripts": {
"test": "bun test ./test/*"
},
"dependencies": {
"@nano/sqlite": "^0.1.0",
"dayjs": "^1.11.12"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}