2019-05-28 19:21:45 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/exec",
|
2019-06-24 18:36:36 +00:00
|
|
|
"version": "0.0.0",
|
2019-05-28 19:21:45 +00:00
|
|
|
"description": "Actions exec lib",
|
|
|
|
"keywords": [
|
|
|
|
"exec",
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/exec.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-24 18:36:36 +00:00
|
|
|
"@actions/io": "^0.0.0"
|
2019-05-28 19:21:45 +00:00
|
|
|
}
|
|
|
|
}
|