18 lines
330 B
JSON
18 lines
330 B
JSON
|
|
{
|
||
|
|
"name": "barkwho-backend",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node src/index.js",
|
||
|
|
"dev": "node --watch src/index.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"axios": "^1.6.7",
|
||
|
|
"node-cron": "^3.0.3",
|
||
|
|
"cors": "^2.8.5",
|
||
|
|
"uuid": "^9.0.0"
|
||
|
|
}
|
||
|
|
}
|