forked from domchen/depsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 701 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
29
30
31
{
"name": "depsync",
"version": "1.4.5",
"author": "Dom Chen",
"homepage": "https://github.com/domchen/depsync",
"description": "Automatically synchronize the dependencies of a project by the DEPS configuration file.",
"license": "MIT",
"keywords": [
"dependency",
"synchronize"
],
"bugs": {
"url": "https://github.com/domchen/depsync/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/domchen/depsync.git"
},
"bin": {
"depsync": "./bin/depsync"
},
"engines": {
"node": ">=14.14.0"
},
"dependencies": {
"adm-zip": "latest",
"compressjs": "latest",
"follow-redirects": "latest",
"progress": "latest"
}
}