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
464 B
23 lines
464 B
{
|
|
"name": "@nano/session",
|
|
"version": "0.1.1",
|
|
"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.2.1",
|
|
"dayjs": "^1.11.13"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|