-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "aws-static-web-app-update-action",
"version": "1.1.3",
"private": true,
"main": "build/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kazimanzurrashid/aws-static-web-app-update-action"
},
"scripts": {
"format": "prettier --check --write ./**/*.{ts,js,json,md,yml,yaml}",
"lint": "eslint ./ --fix",
"build": "rimraf build && tsc",
"pack": "ncc build --source-map --license licenses.txt",
"release": "release-it"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@aws-sdk/client-cloudfront": "^3.598.0",
"@aws-sdk/client-s3": "^3.598.0",
"globby": "^14.0.1",
"js-yaml": "^4.1.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/js-yaml": "^4.0.9",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"release-it": "^17.3.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}