-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "github-sync-repos",
"version": "0.1.5",
"description": "Sync GitHub labels across organization",
"main": "src/index.js",
"bin": {
"gsr": "src/cli.js"
},
"scripts": {
"lint": "eslint .",
"test": "npm link && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackjia-ibm/github-sync-repos.git"
},
"author": "Jack T. Jia <[email protected]>",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/jackjia-ibm/github-sync-repos/issues"
},
"homepage": "https://github.com/jackjia-ibm/github-sync-repos#readme",
"devDependencies": {
"chai": "^4.2.0",
"debug": "^4.1.1",
"eslint": "^5.11.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"dependencies": {
"@octokit/rest": "^16.3.2",
"chalk": "^2.4.1",
"dotenv": "^6.2.0",
"winston": "^3.1.0",
"yargs": "^12.0.5"
}
}