-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "duinoapp-server",
"version": "3.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-base": "docker build --rm -f \"base.Dockerfile\" -t duino-docker-base:latest .",
"build": "docker build --rm -f \"Dockerfile\" -t duino-docker:latest ."
},
"author": "Fraser Bullock",
"license": "GPL-3.0",
"dependencies": {
"adm-zip": "^0.5.4",
"aws-sdk": "^2.875.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.22.0",
"js-binary": "^1.2.0",
"lodash": "^4.17.21",
"properties": "^1.2.1",
"serverless-http": "^2.7.0",
"socket.io": "^2.4.1",
"tar": "^6.1.8",
"tmp-promise": "^2.0.2",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"serverless": "^2.31.0",
"serverless-iam-roles-per-function": "^3.1.0"
}
}