-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "upload-processor",
"version": "1.0.0",
"description": "Serverless video upload processor",
"devDependencies": {
"serverless": "^3.27.0",
"serverless-deployment-bucket": "^1.6.0",
"serverless-domain-manager": "^6.2.1",
"serverless-layers": "^2.6.1"
},
"scripts": {
"deploy:dev": "sls deploy -s dev --region us-east-1",
"deploy:qa": "sls deploy -s qa --region us-east-1",
"deploy:prod": "sls deploy -s prod --region us-east-1",
"license:fix": "license-check-and-add remove -f license-config.json && license-check-and-add add -f license-config.json",
"license:deploy": "license-check-and-add remove -f license-config.json && license-check-and-add add -f $LICENSE_CONFIG"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mentorpal/mentor-upload.git"
},
"engines": {
"node": ">=18.13.0"
},
"keywords": [
"sqs",
"sns",
"lambda",
"mentorpal"
],
"author": "USC ICT",
"license": "SEE LICENSE IN ../LICENSE",
"dependencies": {
"license-check-and-add": "^4.0.5"
}
}