top 10 boilerplate ever

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
commit 153c74bd22
17 changed files with 567 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "chat-test",
"version": "1.0.0",
"main": "index.js",
"scripts": {},
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
}
}