21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"name": "dztps-urejevalnik-v1",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon server/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"firebase-admin": "^13.5.0",
|
|
"mysql": "^2.18.1"
|
|
}
|
|
}
|