-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 742 Bytes
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
{
"private": true,
"version": "1.0.0",
"name": "github-bulk-transfer",
"description": "Simple CLI utility to trigger bulk transfers of github repos through a headless browser",
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"homepage": "https://github.com/ahmadnassri/github-bulk-transfer",
"repository": {
"type": "git",
"url": "https://github.com/ahmadnassri/github-bulk-transfer.git"
},
"license": "ISC",
"bin": "index.js",
"keywords": [
"github",
"transfer"
],
"engines": {
"node": ">=7"
},
"bugs": {
"url": "https://github.com/ahmadnassri/github-bulk-transfer/issues"
},
"dependencies": {
"puppeteer": "^0.10.1",
"yargs": "^9.0.1"
}
}