forked from satackey/action-docker-layer-caching
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 820 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.0.0",
"main": "index.ts",
"repository": "https://github.com/satackey/action-docker-layer-caching.git",
"author": "satackey <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/cache": "^1.0.6",
"@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.17.1"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/string-format": "^2.0.0",
"@zeit/ncc": "^0.22.3",
"ts-node": "^9.1.1",
"ttypescript": "^1.5.12",
"typescript": "^4.2.3"
}
}