-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
{
"name": "@flaconi/serverless-lambda-edge-pre-existing-cloudfront",
"version": "2.0.0-beta.19363850190.0",
"description": "The Serverless Framework plugin which creates Lambda@Edge against pre-existing CloudFront.",
"main": "dist/index.js",
"author": "flaconi",
"repository": "https://github.com/flaconi/serverless-lambda-edge-pre-existing-cloudfront",
"license": "MIT",
"files": [
"dist",
"README.md",
"LICENSE.txt"
],
"scripts": {
"compile": "tsc",
"build": "rm -rf dist && tsc",
"lint": "eslint .",
"fmt": "eslint --fix .",
"test": "exit 0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/serverless": "^3.12.27",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"osls": "^3.59.2",
"prettier": "^3.6.2",
"semantic-release": "^25.0.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.931.0",
"@aws-sdk/client-cloudfront": "^3.931.0",
"@aws-sdk/client-lambda": "^3.931.0"
},
"packageManager": "yarn@4.11.0"
}