-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
{
"name": "serverless-image-resizer",
"version": "0.0.1",
"description": "Serverless Image Resizer example",
"main": "serverless.yml",
"engines": {
"node": "8.10.0",
"npm": "~6.0.1"
},
"directories": {
"test": "test"
},
"scripts": {
"preinstall": "bin/amazon-linux npm install sharp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Juan Sanchez <[email protected]>",
"license": "MIT",
"dependencies": {
"ajv": "^6.5.5",
"aws-sdk": "^2.361.0",
"koa": "^2.6.2",
"koa-body": "^4.0.4",
"koa-pino-logger": "^2.1.3",
"koa-router": "^7.4.0",
"pino": "^5.9.0",
"ramda": "^0.26.0",
"serverless-http": "^1.8.0",
"sharp": "^0.21.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@strv/eslint-config-javascript": "^9.1.0",
"chance": "^1.0.16",
"dotenv": "^6.1.0",
"eslint": "^5.9.0",
"expect": "^23.6.0",
"js-yaml": "^3.12.0",
"mocha": "^5.2.0",
"mocha-http-detect": "^0.2.0",
"serverless-apigw-binary": "^0.4.4",
"serverless-offline": "^3.31.3",
"serverless-plugin-aws-alerts": "^1.2.4",
"serverless-plugin-existing-s3": "^2.2.2",
"serverless-prune-plugin": "^1.3.1",
"sinon": "^7.1.1"
}
}