-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
{
"name": "serverless-remotion-lambda",
"version": "1.0.5",
"description": "A serverless framework plugin to automate deployment of remotion on AWS lambda",
"main": "index.js",
"scripts": {
"prettier": "prettier --ignore-path .gitignore --write \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaMMeRSI/serverless-remotion-lambda.git"
},
"keywords": [
"remotion",
"remotion-lambda",
"serverless",
"serverless-plugin"
],
"author": "Sagi Hammer <sagi.hammer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaMMeRSI/serverless-remotion-lambda/issues"
},
"homepage": "https://github.com/HaMMeRSI/serverless-remotion-lambda#readme",
"devDependencies": {
"prettier": "^2.8.4"
},
"dependencies": {
"@remotion/lambda": "3.3.92",
"remotion": "3.3.92"
},
"peerDependencies": {
"serverless": "1 || 2 || 3"
}
}