tickets/package.json
2024-05-05 23:43:17 -06:00

22 lines
443 B
JSON

{
"name": "tickets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"colors": "^1.4.0",
"connect-sqlite3": "^0.9.15",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"sqlite3": "^5.1.7"
}
}