-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "mage-db-sync",
"version": "1.4.2",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
},
"main": "./src/mage-db-sync.js",
"bin": {
"mage-db-sync": "bin/mage-db-sync.js"
},
"preferGlobal": true,
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/commander": "^2.12.2",
"@types/get-installed-path": "^4.0.1",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.17.34",
"@types/ssh2": "^0.5.48",
"@types/ssh2-streams": "^0.1.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"delay": "^5.0.0",
"eslint": "^7.32.0",
"ts-node": "^9.1.0",
"typescript": "^4.5.2"
},
"dependencies": {
"command-exists": "^1.2.9",
"commander": "^7.0.0",
"download-git-repo": "^3.0.2",
"execa": "^5.0.0",
"get-installed-path": "^4.0.8",
"inquirer": "^7.3.3",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"inquirer-ts-checkbox-plus-prompt": "^1.0.1",
"kleur": "^4.1.3",
"listr2": "^3.13.5",
"node-fetch": "^2.6.6",
"node-ssh": "^11.1.1",
"tslib": "^2.6.0"
}
}