-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
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
{
"name": "deploy-lambda",
"version": "0.0.3",
"description": "AWS lambda deploy github action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@aws-sdk/client-lambda": "^3.716.0",
"@aws-sdk/client-s3": "^3.717.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.17.0",
"globals": "^15.14.0"
},
"scripts": {
"build": "ncc build index.js --license licenses.txt",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mupixa/deploy-lambda.git"
},
"author": "Vladimir Daskalov",
"license": "MIT",
"bugs": {
"url": "https://github.com/mupixa/deploy-lambda/issues"
},
"homepage": "https://github.com/mupixa/deploy-lambda#readme"
}