19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "foobleserver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cassandra-driver": "^4.7.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"uuid": "^11.0.3"
|
|
}
|
|
}
|