-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.13 KB
/
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": "dialogserver",
"version": "1.2.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.js",
"dev": "nodemon ./server/server.js"
},
"keywords": [],
"author": "Carl Nagle<[email protected]>",
"license": "APACHE 2.0",
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.32.0",
"@aws-sdk/client-polly": "^3.32.0",
"@aws-sdk/credential-provider-cognito-identity": "^3.32.0",
"@aws-sdk/node-http-handler": "^3.32.0",
"@aws-sdk/polly-request-presigner": "^3.32.0",
"@aws-sdk/types": "^3.32.0",
"aws-sdk": "^2.1048.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"lowdb": "^1.0.0",
"morgan": "^1.10.0",
"nanoid": "^3.1.22",
"node-uuid": "^1.4.8",
"nodemon": "^2.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rfs": "^9.0.6",
"rotating-file-stream": "^3.0.2",
"swagger-ui-express": "^4.1.6"
}
}