vybe/package.json

22 lines
437 B
JSON
Raw Permalink Normal View History

2023-05-05 19:33:05 -07:00
{
2024-06-12 03:00:50 -07:00
"name": "vybe",
2023-05-05 19:33:05 -07:00
"version": "1.0.0",
"description": "",
2024-06-12 03:00:50 -07:00
"main": "server.js",
2023-05-05 19:33:05 -07:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-05-29 18:08:20 -07:00
"aes-js": "^3.1.2",
"compression": "^1.7.4",
2023-05-05 19:33:05 -07:00
"cors": "^2.8.5",
"express": "^4.18.2",
"openpgp": "^5.8.0",
"socket.io": "^4.6.1",
2024-06-12 03:00:50 -07:00
"socket.io-client": "^4.7.5",
2023-05-05 19:33:05 -07:00
"sqlite3": "^5.1.6"
}
}