init: import repository

This commit is contained in:
2026-01-07 09:09:51 +01:00
commit a49ed233ec
14 changed files with 2027 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "fluff",
"version": "0.1.0-0",
"main": "index.js",
"license": "AGPL-3.0",
"dependencies": {
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.5.0",
"cookie-parser": "^1.4.7",
"express": "^5.2.1",
"geoip-country": "^5.0.202512052343",
"uuid": "^13.0.0"
}
}