UNPKG

961 BJSONView Raw
1{
2 "name": "@lerna/github-client",
3 "version": "3.14.2",
4 "description": "An internal Lerna tool",
5 "keywords": [
6 "lerna",
7 "utils"
8 ],
9 "homepage": "https://github.com/lerna/lerna/tree/master/utils/github-client#readme",
10 "license": "MIT",
11 "author": {
12 "name": "Miles Johnson",
13 "url": "https://github.com/milesj"
14 },
15 "files": [
16 "lib"
17 ],
18 "main": "lib/github-client.js",
19 "engines": {
20 "node": ">= 6.9.0"
21 },
22 "publishConfig": {
23 "access": "public"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/lerna/lerna.git",
28 "directory": "utils/github-client"
29 },
30 "scripts": {
31 "test": "echo \"Run tests from root\" && exit 1"
32 },
33 "dependencies": {
34 "@lerna/child-process": "3.14.2",
35 "@octokit/plugin-enterprise-rest": "^2.1.1",
36 "@octokit/rest": "^16.16.0",
37 "git-url-parse": "^11.1.2",
38 "npmlog": "^4.1.2"
39 },
40 "gitHead": "b22345b9870f62f1125e109fcc47d2e4260b9d09"
41}