-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "export-my-github",
"version": "1.0.4",
"description": "Export your data from Github - Easy as cake!",
"main": "index.js",
"preferGlobal": true,
"bin": {
"export-my-github": "dist/index.js",
"emg": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janriemer/export-my-github.git"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"keywords": [
"github",
"data",
"leave-github",
"export",
"GDPR",
"ICE"
],
"author": "Jan Riemer <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"archiver": "^3.0.0",
"beeper": "^1.1.1",
"download": "^7.1.0",
"got": "^9.1.0",
"inquirer": "^6.2.0",
"lodash": "^4.17.10",
"lodash.flatmap": "^4.5.0",
"lodash.range": "^3.2.0",
"rxjs": "^6.3.2",
"ts-node": "^7.0.1"
},
"devDependencies": {
"@types/archiver": "^2.1.2",
"@types/download": "^6.2.2",
"@types/got": "^8.3.3",
"@types/inquirer": "0.0.43",
"@types/lodash": "^4.14.116",
"@types/lodash.flatmap": "^4.5.4",
"@types/lodash.range": "^3.2.4",
"del-cli": "^1.1.0",
"typescript": "^3.0.3"
}
}