-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
93 lines (93 loc) · 2.28 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@prowebtec/opexdk",
"version": "1.0.3",
"description": "Opencart Extension Development Kit",
"main": "lib/main.js",
"dependencies": {
"@icetee/ftp": "^1.0.8",
"async": "^3.2.6",
"axios": "^1.7.7",
"bluebird": "^3.7.2",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"colorts": "^0.1.63",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"fancy-log": "^2.0.0",
"fs": "0.0.1-security",
"fs-extra": "^11.2.0",
"ftp": "^0.3.10",
"gitty": "^3.7.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-cheerio": "^1.0.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-markdown": "^8.0.0",
"gulp-notify": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.0.0",
"minimatch": "^10.0.1",
"moment": "^2.30.1",
"node-notifier": "^10.0.1",
"node-scp": "^0.0.23",
"node-ssh": "^13.2.0",
"pixl-xml": "^1.0.13",
"prompt": "^1.3.0",
"randomstring": "^1.3.0",
"readline": "^1.3.0",
"shelljs": "^0.8.5",
"ssh2": "^1.16.0",
"ssh2-sftp-client": "^11.0.0",
"through2": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vinyl": "^3.0.0",
"vinyl-ftp": "^0.6.1",
"walk": "^2.3.15",
"walkdir": "^0.4.1",
"xml2js": "^0.6.2",
"yargs": "^17.7.2",
"yup": "^1.4.0"
},
"overrides": {
"ssh2": "^1.16.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/fancy-log": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.17",
"@types/gulp-rename": "^2.0.6",
"@types/node-notifier": "^8.0.5",
"@types/prompt": "^1.1.9",
"@types/randomstring": "^1.3.0",
"@types/walk": "^2.3.4",
"@types/yargs": "^17.0.33",
"glob": "^11.0.0",
"gulp-clean": "^0.4.0",
"gulp-shell": "^0.8.0",
"mocha": "^10.8.2",
"require-dir": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"opexdk": "bin/index-global.js"
},
"repository": {
"type": "git",
"url": "[email protected]:ProWebTec/opexdk.git"
},
"keywords": [
"OpenCart"
],
"author": "[email protected]",
"license": "GNU V3"
}