github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/node_modules/@actions/github/package.json (about) 1 { 2 "name": "@actions/github", 3 "version": "4.0.0", 4 "description": "Actions github lib", 5 "keywords": [ 6 "github", 7 "actions" 8 ], 9 "homepage": "https://github.com/actions/toolkit/tree/master/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 --audit-level=moderate", 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": "^1.0.8", 42 "@octokit/core": "^3.0.0", 43 "@octokit/plugin-paginate-rest": "^2.2.3", 44 "@octokit/plugin-rest-endpoint-methods": "^4.0.0" 45 }, 46 "devDependencies": { 47 "jest": "^25.1.0", 48 "proxy": "^1.0.1" 49 } 50 }