github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@actions/exec/package.json (about) 1 { 2 "name": "@actions/exec", 3 "version": "1.1.1", 4 "description": "Actions exec lib", 5 "keywords": [ 6 "github", 7 "actions", 8 "exec" 9 ], 10 "homepage": "https://github.com/actions/toolkit/tree/main/packages/exec", 11 "license": "MIT", 12 "main": "lib/exec.js", 13 "types": "lib/exec.d.ts", 14 "directories": { 15 "lib": "lib", 16 "test": "__tests__" 17 }, 18 "files": [ 19 "lib", 20 "!.DS_Store" 21 ], 22 "publishConfig": { 23 "access": "public" 24 }, 25 "repository": { 26 "type": "git", 27 "url": "git+https://github.com/actions/toolkit.git", 28 "directory": "packages/exec" 29 }, 30 "scripts": { 31 "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", 32 "test": "echo \"Error: run tests from root\" && exit 1", 33 "tsc": "tsc" 34 }, 35 "bugs": { 36 "url": "https://github.com/actions/toolkit/issues" 37 }, 38 "dependencies": { 39 "@actions/io": "^1.0.1" 40 } 41 }