-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
43
44
45
46
47
48
49
50
{
"name": "@1xtr/publish-layer-version",
"version": "1.0.7",
"description": "GitHub Action AWS Lambda layer publish",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch": "npm version patch",
"minor": "npm version minor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1xtr/publish-layer-version.git"
},
"keywords": [],
"author": "Aleksei Anisimov <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/1xtr/publish-layer-version/issues"
},
"homepage": "https://github.com/1xtr/publish-layer-version#readme",
"prettier": {
"trailingComma": "es5",
"semi": true,
"endOfLine": "lf",
"printWidth": 100,
"tabWidth": 2
},
"eslintIgnore": [
"build",
"dist"
],
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"dotenv": "^16.0.3",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.2",
"typescript": "^4.9.4"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@aws-sdk/client-lambda": "^3.254.0"
}
}