28 lines
551 B
JSON
28 lines
551 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2"
|
|
,"pg": "^8.11.0",
|
|
"pg-format": "^1.0.4"
|
|
,"node-fetch": "^2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.3"
|
|
}
|
|
}
|