forked from rishabhrao/s3-website-https-pr-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
38
39
{
"name": "s3-website-pr-action",
"version": "2.0.0",
"description": "",
"scripts": {
"start": "ncc run src/index.ts",
"build": "ncc build src/index.ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^6.0.0",
"@octokit/types": "^13.6.2",
"@aws-sdk/client-s3": "^3.717.0",
"dayjs": "^1.11.13",
"mime-types": "^2.1.27",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.0",
"@types/node": "^22.10.2",
"@types/recursive-readdir": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vercel/ncc": "latest",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.0.0",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}