-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 912 Bytes
/
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
{
"name": "barnard59-ftp",
"version": "2.1.0",
"description": "FTP support for Linked Data pipelines",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/zazuko/barnard59.git",
"directory": "packages/ftp"
},
"keywords": [],
"author": "Zazuko GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/barnard59/issues"
},
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"duplex-to": "^1.0.0",
"ftp": "^0.3.10",
"readable-stream": "^4.5.2",
"ssh2-sftp-client": "^10.0.3"
},
"devDependencies": {
"assert-throws-async": "^3.0.0",
"fs-extra": "^11.2.0",
"ftp-srv": "^4.6.3",
"get-stream": "^8.0.1",
"rimraf": "^5.0.5",
"sftp-fs": "^0.0.7",
"ssh2": "^1.15.0"
},
"mocha": {
"loader": "ts-node/esm"
}
}