50ac5707
Nattapon
initial commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "funtion_req_partner",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"azure": "^2.3.1-preview",
"azure-storage": "^2.10.3",
"body-parser": "^1.19.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
|
50ac5707
Nattapon
initial commit
|
21
22
23
24
25
26
|
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"jstoxml": "^1.6.5",
"loadtest": "^5.0.4",
"lodash": "^4.17.15",
"mongodb": "^3.5.8",
|