forked from simonh1000/ftp-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.33 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
{
"name": "ftp-deploy",
"version": "2.4.5",
"author": "Simon Hampton",
"description": "Ftp a folder from your local disk to an ftp destination",
"main": "src/ftp-deploy",
"scripts": {
"test": "mocha **/**.spec.js",
"server": "node test/server.js"
},
"dependencies": {
"minimatch": "9.0.0",
"promise-ftp": "^1.3.5",
"read": "^2.1.0",
"ssh2-sftp-client": "^7.2.1",
"upath": "^2.0.1"
},
"devDependencies": {
"chai": "^4.3.7",
"delete": "^1.1.0",
"ftp-srv": "^4.6.2",
"mocha": "^9.1.3"
},
"keywords": [
"ftp",
"deploy"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/simonh1000/ftp-deploy"
},
"bugs": {
"url": "https://github.com/simonh1000/ftp-deploy/issues"
},
"engines": {
"node": ">=12"
},
"contributors": [
{
"name": "Rick Bergfalk"
},
{
"name": "Ondrej",
"url": "https://github.com/der-On"
},
{
"name": "keyle",
"url": "https://github.com/keyle"
},
{
"name": "cyrdam",
"url": "https://github.com/cyrdam"
}
],
"prettier": {
"tabWidth": 4
}
}