-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
40
41
{
"name": "fda",
"version": "1.0.0",
"description": "Financial Data Aggregator full stack app",
"main": "oidc_server.mjs",
"scripts": {
"test": "jest",
"start": "node fdx-api.js",
"front-and-back": "concurrently \"node fdx-api.js\" \"serve -s public\""
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express-jwt": "^8.5.1",
"http-proxy-middleware": "^3.0.5",
"jose": "^5.2.4",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"koa": "^2.14.2",
"koa-compose": "^4.1.0",
"limiter": "^1.1.5",
"lodash.clonedeep": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.1.1",
"lru-cache": "^10.0.0",
"nanoid": "^5.1.5",
"oidc-provider": "^9.1.3"
},
"devDependencies": {
"concurrently": "^9.2.0",
"jest": "^30.0.3",
"nodemon": "^3.0.0",
"supertest": "^7.1.1"
}
}