Files
WaifuBoard/package.json
2025-11-30 13:30:18 +01:00

28 lines
553 B
JSON

{
"name": "waifu-board-(server)",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "tsc",
"dev": "ts-node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@fastify/static": "^8.3.0",
"bindings": "^1.5.0",
"fastify": "^5.6.2",
"node-addon-api": "^8.5.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/node": "^24.0.0",
"node-gyp": "^12.1.0",
"ts-node": "^10.9.0",
"typescript": "^5.3.0"
}
}