1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "@lerna/github-client",
- "version": "4.0.0",
- "description": "An internal Lerna tool",
- "keywords": [
- "lerna",
- "utils"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/utils/github-client#readme",
- "license": "MIT",
- "author": {
- "name": "Miles Johnson",
- "url": "https://github.com/milesj"
- },
- "files": [
- "lib"
- ],
- "main": "lib/github-client.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "utils/github-client"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/child-process": "4.0.0",
- "@octokit/plugin-enterprise-rest": "^6.0.1",
- "@octokit/rest": "^18.1.0",
- "git-url-parse": "^11.4.4",
- "npmlog": "^4.1.2"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|