-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js",
"build": "cd ./fin-learn && npm i && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.3.1",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"plaid": "^26.0.0",
"polyfills": "^2.1.1",
"querystring-es3": "^0.2.1",
"react-plaid-link": "^3.5.2",
"sha256": "^0.2.0",
"stream-browserify": "^3.0.0",
"twilio": "^5.0.4",
"uniqid": "^5.4.0",
"url": "^0.11.3",
"util": "^0.12.5"
}
}