forked from DCzajkowski/s3-website-pr-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 987 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
{
"name": "s3-website-pr-action",
"version": "1.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": "^3.0.0",
"@octokit/types": "^5.0.0",
"aws-sdk": "^2.684.0",
"mime-types": "^2.1.27",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^14.0.13",
"@types/recursive-readdir": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
}
}