forked from satackey/action-docker-layer-caching
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
28 lines (28 loc) · 808 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
{
"name": "action-docker-layer-cache",
"version": "0.1.1",
"main": "index.ts",
"repository": "https://github.com/jpribyl/action-docker-layer-caching.git",
"author": "jpribyl <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.1.1",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@types/recursive-readdir": "^2.2.0",
"actions-exec-listener": "0.1.0",
"crypto": "^1.0.1",
"native-promise-pool": "^3.16.0",
"recursive-readdir": "^2.2.2",
"string-format": "^2.0.0",
"typescript-is": "^0.19.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/string-format": "^2.0.0",
"@vercel/ncc": "^0.36.0",
"ts-node": "10.9.1",
"ttypescript": "^1.5.15",
"typescript": "4.9.4"
}
}