-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.46 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
{
"name": "readify",
"version": "10.0.1",
"type": "commonjs",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Read directory content with file attributes: size, date, owner, mode",
"homepage": "http://github.com/coderaiser/readify",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/readify.git"
},
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"report": "madrun report",
"coverage": "madrun coverage",
"test": "madrun test",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher"
},
"dependencies": {
"@cloudcmd/formatify": "^2.0.0",
"@cloudcmd/sortify": "^2.0.0",
"currify": "^4.0.0",
"format-io": "^2.0.0",
"nicki": "^6.0.0",
"shortdate": "^2.0.0",
"superstat": "^2.0.0",
"try-to-catch": "^3.0.0"
},
"keywords": [
"read",
"file",
"directory",
"stat",
"size",
"name",
"date",
"owner",
"uid",
"format"
],
"license": "MIT",
"main": "lib/readify.js",
"engines": {
"node": ">=18"
},
"devDependencies": {
"c8": "^10.1.2",
"eslint": "^9.9.0",
"eslint-plugin-putout": "^22.5.0",
"madrun": "^10.0.1",
"mock-require": "^3.0.2",
"nodemon": "^3.1.0",
"putout": "^36.0.3",
"supertape": "^10.5.0",
"try-catch": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}