1
0
Fork 0
toolkit/packages/tool-cache/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@actions/tool-cache",
2019-06-24 18:36:36 +00:00
"version": "0.0.0",
"description": "Actions tool-cache lib",
"keywords": [
"exec",
"actions"
],
"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"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"semver": "^6.1.0",
"typed-rest-client": "^1.4.0",
"uuid": "^3.3.2",
2019-06-24 18:36:36 +00:00
"@actions/core": "^0.0.0",
"@actions/io": "^0.0.0",
"@actions/exec": "^0.0.0"
},
"devDependencies": {
"nock": "^10.0.6",
"@types/nock": "^10.0.3",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4"
}
}