Files

51 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-06-06 14:16:48 -04:00
{
"name": "@actions/tool-cache",
2019-09-24 17:20:01 -04:00
"version": "1.1.2",
2019-06-06 14:16:48 -04:00
"description": "Actions tool-cache lib",
"keywords": [
2019-08-23 17:39:40 -04:00
"github",
2019-09-05 11:03:19 -04:00
"actions",
2019-08-23 17:39:40 -04:00
"exec"
2019-06-06 14:16:48 -04:00
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
"license": "MIT",
"main": "lib/tool-cache.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"scripts"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/tool-cache"
2019-06-06 14:16:48 -04:00
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
2019-09-05 11:03:19 -04:00
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
2019-08-07 13:33:06 -04:00
"semver": "^6.1.0",
"typed-rest-client": "^1.4.0",
"uuid": "^3.3.2"
2019-06-06 14:16:48 -04:00
},
"devDependencies": {
"@types/nock": "^10.0.3",
"@types/semver": "^6.0.0",
2019-08-07 13:33:06 -04:00
"@types/uuid": "^3.4.4",
"nock": "^10.0.6"
2019-06-06 14:16:48 -04:00
}
}