action-debian-package/node_modules/@actions/exec/package.json

42 lines
908 B
JSON
Raw Normal View History

2020-03-26 09:34:31 +00:00
{
2022-10-27 08:26:28 +00:00
"name": "@actions/exec",
"version": "1.1.1",
2020-03-26 09:34:31 +00:00
"description": "Actions exec lib",
"keywords": [
"github",
"actions",
"exec"
],
2022-10-27 08:26:28 +00:00
"homepage": "https://github.com/actions/toolkit/tree/main/packages/exec",
2020-03-26 09:34:31 +00:00
"license": "MIT",
"main": "lib/exec.js",
2022-10-27 08:26:28 +00:00
"types": "lib/exec.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"!.DS_Store"
],
2020-03-26 09:34:31 +00:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/exec"
},
"scripts": {
2022-10-27 08:26:28 +00:00
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
2020-03-26 09:34:31 +00:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2022-10-27 08:26:28 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.0.1"
}
2020-03-26 09:34:31 +00:00
}