-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "serverless-mediaconvert",
"version": "1.0.5",
"description": "Serverless plugin to work with AWS mediaconvert",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"test": "No tests yet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Collaborne/serverless-mediaconvert.git"
},
"keywords": [],
"author": "Collaborne B.V.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Collaborne/serverless-mediaconvert/issues"
},
"homepage": "https://github.com/Collaborne/serverless-mediaconvert#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/serverless": "^3.12.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"aws-sdk": "^2.1346.0",
"serverless": "^3.29.0"
},
"files": [
"dist",
"src",
"tsconfig.json"
]
}