-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.44 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.44 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
60
61
62
{
"name": "readify",
"version": "11.0.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (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+https://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": "^3.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": "^4.0.5"
},
"keywords": [
"read",
"file",
"directory",
"stat",
"size",
"name",
"date",
"owner",
"uid",
"format"
],
"license": "MIT",
"main": "lib/readify.js",
"engines": {
"node": ">=22"
},
"devDependencies": {
"eslint": "^10.0.3",
"eslint-plugin-putout": "^31.1.1",
"madrun": "^13.0.1",
"nodemon": "^3.1.0",
"putout": "^42.2.3",
"superc8": "^12.3.1",
"supertape": "^12.10.5",
"try-catch": "^4.0.9"
},
"publishConfig": {
"access": "public"
}
}