26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "colorcrew_breakhour-_transform",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"node-cron": "^3.0.3",
|
|
"node-fetch": "^3.3.2",
|
|
"open": "^10.1.0",
|
|
"pg": "^8.12.0"
|
|
}
|
|
}
|