-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 841 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
32
33
34
{
"name": "mongograte",
"version": "2.4.0",
"description": "Tool for migrating MongoDB to MongoDB",
"type": "module",
"exports": "./mongograte.js",
"bin": {
"mongograte": "mongograte.js"
},
"scripts": {
"start": "node mongograte.js",
"help": "node mongograte.js --help --skip-update",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"name": "mongograte",
"type": "git",
"url": "git+https://github.com/un0tec/mongograte.git"
},
"author": "un0tec",
"license": "MIT",
"bugs": {
"url": "https://github.com/un0tec/mongograte/issues"
},
"homepage": "https://github.com/un0tec/mongograte#readme",
"dependencies": {
"axios": "1.8.4",
"chalk": "5.4.1",
"log4js": "6.9.1",
"mongodb": "6.15.0",
"yargs": "17.7.2",
"semver": "7.7.1"
}
}