21 lines
410 B
JSON
21 lines
410 B
JSON
|
|
{
|
||
|
|
"dependencies": {
|
||
|
|
"body-parser": "^1.20.3",
|
||
|
|
"cors": "^2.8.5",
|
||
|
|
"dotenv": "^16.4.7",
|
||
|
|
"express": "^4.21.2",
|
||
|
|
"nodemon": "^3.1.9",
|
||
|
|
"plaid": "^31.0.0"
|
||
|
|
},
|
||
|
|
"name": "backend",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"dev": "nodemon index.js"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"description": ""
|
||
|
|
}
|