36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "waifu-board",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc && node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@fastify/static": "^8.3.0",
|
|
"bcrypt": "^6.0.0",
|
|
"bindings": "^1.5.0",
|
|
"cheerio": "^1.1.2",
|
|
"dotenv": "^17.2.3",
|
|
"fastify": "^5.6.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"node-addon-api": "^8.5.0",
|
|
"node-cron": "^4.2.1",
|
|
"playwright-chromium": "^1.57.0",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^24.0.0",
|
|
"node-gyp": "^12.1.0",
|
|
"ts-node": "^10.9.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|