github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@actions/github/package.json (about) 1 { 2 "name": "@actions/github", 3 "version": "5.1.1", 4 "description": "Actions github lib", 5 "keywords": [ 6 "github", 7 "actions" 8 ], 9 "homepage": "https://github.com/actions/toolkit/tree/main/packages/github", 10 "license": "MIT", 11 "main": "lib/github.js", 12 "types": "lib/github.d.ts", 13 "directories": { 14 "lib": "lib", 15 "test": "__tests__" 16 }, 17 "files": [ 18 "lib", 19 "!.DS_Store" 20 ], 21 "publishConfig": { 22 "access": "public" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/actions/toolkit.git", 27 "directory": "packages/github" 28 }, 29 "scripts": { 30 "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", 31 "test": "jest", 32 "build": "tsc", 33 "format": "prettier --write **/*.ts", 34 "format-check": "prettier --check **/*.ts", 35 "tsc": "tsc" 36 }, 37 "bugs": { 38 "url": "https://github.com/actions/toolkit/issues" 39 }, 40 "dependencies": { 41 "@actions/http-client": "^2.0.1", 42 "@octokit/core": "^3.6.0", 43 "@octokit/plugin-paginate-rest": "^2.17.0", 44 "@octokit/plugin-rest-endpoint-methods": "^5.13.0" 45 }, 46 "devDependencies": { 47 "proxy": "^1.0.2" 48 } 49 }