24 lines
491 B
JSON
24 lines
491 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",
|
|
"install": "^0.13.0",
|
|
"npm": "^10.7.0",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|