-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 795 Bytes
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
{
"name": "actions-cache",
"main": "lib/restoreCache.js",
"license": "MIT",
"scripts": {
"build": "tsc && ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts",
"test": "tsc --noEmit && jest --coverage"
},
"dependencies": {
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@opendal/lib-darwin-arm64": "^0.47.11",
"@opendal/lib-darwin-x64": "^0.47.11",
"@opendal/lib-linux-arm64-gnu": "^0.47.11",
"@opendal/lib-linux-x64-gnu": "^0.47.11",
"@opendal/lib-win32-x64-msvc": "^0.47.11",
"opendal": "^0.47.11"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.5.2"
}