-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
{
"private": true,
"name": "@pleo-io/s3-cache-action",
"version": "3.1.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.0.3"
},
"devDependencies": {
"@swc/core": "^1.2.218",
"@swc/jest": "^0.2.22",
"@types/common-tags": "^1.8.1",
"@types/jest": "^28.1.6",
"@vercel/ncc": "0.34.0",
"action-docs": "^1.0.3",
"common-tags": "^1.8.2",
"jest": "^28.1.3",
"prettier": "^2.5.1",
"typescript": "4.7.4"
},
"prettier": {
"printWidth": 100,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "always",
"trailingComma": "none",
"proseWrap": "always"
},
"jest": {
"transform": {
"^.+\\.(t|j)sx?$": [
"@swc/jest"
]
}
}
}