-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "gpgfs",
"private": false,
"version": "0.5.11",
"description": "gpgfs",
"author": "RosHub Inc. <code@roshub.io>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/datapartyjs/gpgfs.git"
},
"files": [
"src"
],
"scripts": {
"clean": "rm -rf docs",
"build-docs": "npx jsdoc -c jsdoc.json; cd docs; mv gpgfs/*/* ./; rm -rf gpgfs; cd -",
"mount": "nodejs ./examples/mount-buckets.js",
"mount-sftp": "DEBUG=gpgfs.*,-gpg*,-gpgfs.fuse-mount* nodejs ./examples/mount-sftp.js"
},
"main": "src/index.js",
"dependencies": {
"@dataparty/bouncer-model": "^1.2.0",
"@google-cloud/storage": "^4.2.0",
"@hapi/hoek": "^9.0.2",
"bson-objectid": "^1.3.0",
"debug": "^4.1.1",
"fuse-native": "^2.0.4",
"gpg-promised": "0.4.12",
"gpgfs-model": "0.2.4",
"jsonpath-plus": "^3.0.0",
"mkdirp": "^0.5.1",
"node-fuse-bindings": "^2.12.4",
"promisfy": "^1.2.0",
"promisify": "^0.0.3",
"sanitize-filename": "^1.6.3",
"ssh2": "^0.8.7"
},
"devDependencies": {
"docdash": "^1.1.1",
"jsdoc": "^3.6.3"
}
}