First dev release of v2.0.0

This commit is contained in:
2025-11-26 15:10:53 -05:00
commit 638b2d9fc4
18 changed files with 7093 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "waifu-board-(server)",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@fastify/static": "^8.3.0",
"fastify": "^5.6.2",
"sqlite3": "^5.1.7"
}
}