-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.42 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
{
"name": "@cloudcmd/dropbox",
"version": "5.0.3",
"type": "commonjs",
"main": "lib/dropbox.js",
"description": "dropbox files and folders crud",
"author": "",
"homepage": "http://github.com/cloudcmd/dropbox",
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/dropbox.git"
},
"scripts": {
"test": "madrun test",
"report": "madrun report",
"coverage": "madrun coverage",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"fix:lint": "madrun fix:lint",
"lint": "madrun lint"
},
"dependencies": {
"dropbox": "^10.34.0",
"dropbox-stream": "^3.0.0",
"dropboxify": "^3.0.0",
"squad": "^3.0.0",
"string-to-stream": "^3.0.1",
"try-to-catch": "^3.0.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"eslint": "^8.57.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-putout": "^22.4.1",
"madrun": "^10.0.1",
"mock-require": "^3.0.1",
"nodemon": "^3.1.0",
"pullout": "^5.0.1",
"putout": "^35.7.4",
"supertape": "^10.4.0",
"try-catch": "^3.0.1"
},
"keywords": [
"dropbox",
"directory",
"read",
"readdir",
"readify",
"cloudcmd",
"file",
"folder",
"move",
"crud",
"delete",
"remove"
],
"license": "MIT",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}