-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "menagerie",
"version": "1.0.0",
"description": "Image manipulation and optimisation serverless function",
"main": "handler.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moltin/menagerie.git"
},
"keywords": [
"serverless",
"lambda",
"image"
],
"author": "Jamie Holdroyd <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/moltin/menagerie/issues"
},
"homepage": "https://github.com/moltin/menagerie#readme",
"dependencies": {
"ajv": "^6.10.0",
"file-type": "^12.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sharp": "^0.22.1",
"smartcrop-sharp": "^2.0.3"
},
"devDependencies": {
"@types/node": "^12.0.10",
"@types/request-promise-native": "^1.0.16",
"@types/sharp": "^0.22.2",
"aws-lambda": "^0.1.2",
"serverless-apigw-binary": "^0.4.4",
"serverless-content-encoding": "^1.1.0",
"serverless-plugin-typescript": "^1.1.7",
"typescript": "^3.5.2"
}
}