-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.45 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.45 KB
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": "dropboxify",
"version": "3.0.3",
"type": "commonjs",
"main": "lib/dropboxify.js",
"description": "Read directory content from dropbox with file attributes",
"author": "",
"homepage": "http://github.com/coderaiser/dropboxify",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/dropboxify.git"
},
"scripts": {
"test": "madrun test",
"report": "madrun report",
"coverage": "madrun coverage",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"lint:eslint:lib": "madrun lint:eslint:lib",
"lint:eslint:test": "madrun lint:eslint:test"
},
"dependencies": {
"@cloudcmd/formatify": "^2.0.1",
"@cloudcmd/sortify": "^2.0.0",
"currify": "^4.0.0",
"date-fns": "^3.5.0",
"dropbox": "^10.34.0",
"format-io": "^2.0.0",
"shortdate": "^2.0.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"c8": "^10.1.2",
"eslint": "^9.9.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^22.4.1",
"madrun": "^10.0.1",
"mock-require": "^3.0.2",
"nodemon": "^3.1.0",
"putout": "^36.0.4",
"supertape": "^10.4.0",
"try-to-catch": "^3.0.0"
},
"keywords": [
"dropbox",
"directory",
"read",
"readdir",
"readify",
"cloudcmd"
],
"engines": {
"node": ">=18"
},
"license": "MIT"
}