1
0
Fork 0
toolkit/packages/exec/package.json

37 lines
726 B
JSON
Raw Normal View History

{
"name": "@actions/exec",
2019-06-24 18:36:36 +00:00
"version": "0.0.0",
"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"
}
}