-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1 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
{
"name": "git-embed",
"version": "0.1.0",
"description": "Build embeddable git for `git clone` and `git pull` on Windows.",
"main": "src/index.js",
"scripts": {
"format": "prettier --write \"{src,test}/**/*.{js,css,json,md}\"",
"dist": "node src/index.js"
},
"keywords": [
"git-embed",
"git",
"git-for-windows",
"mingit",
"embed",
"embedded",
"embeddable"
],
"author": {
"name": "Lussac Zheng"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LussacZheng/git-embed.git"
},
"bugs": {
"url": "https://github.com/LussacZheng/git-embed/issues"
},
"homepage": "https://github.com/LussacZheng/git-embed",
"dependencies": {
"7zip-bin": "^5.1.1",
"cli-progress": "^3.9.0",
"compressing": "^1.5.1",
"fs-extra": "^9.1.0",
"got": "^12.5.3",
"node-7z": "^2.1.2",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.0",
"tunnel": "0.0.6"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}