-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
{
"name": "@cloudcmd/formatify",
"version": "2.0.1",
"type": "commonjs",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "format directory content",
"homepage": "http://github.com/cloudcmd/formatify",
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/formatify.git"
},
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"lint:eslint:lib": "madrun lint:eslint:lib",
"lint:eslint:test": "madrun lint:eslint:test",
"report": "madrun report",
"coverage": "madrun coverage",
"test": "madrun test",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher"
},
"dependencies": {
"format-io": "^2.0.0",
"shortdate": "^2.0.0"
},
"keywords": [
"format",
"file",
"directory",
"size",
"name",
"date"
],
"license": "MIT",
"main": "lib/formatify.js",
"engines": {
"node": ">=18"
},
"devDependencies": {
"c8": "^10.1.2",
"coveralls": "^3.0.0",
"eslint": "^9.9.0",
"eslint-plugin-putout": "^22.10.0",
"madrun": "^10.1.0",
"mkdirp": "^3.0.1",
"nodemon": "^3.1.4",
"putout": "^36.0.4",
"supertape": "^10.7.2",
"try-catch": "^3.0.1"
},
"publishConfig": {
"access": "public"
}
}