-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"name": "trammel",
"version": "6.0.2",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Get size of directory",
"homepage": "http://github.com/coderaiser/trammel",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/trammel.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",
"try-to-catch": "^3.0.0"
},
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^22.4.1",
"madrun": "^10.0.1",
"mock-require": "^3.0.3",
"nodemon": "^3.1.0",
"putout": "^35.7.5",
"supertape": "^10.4.0"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"main": "lib/trammel.js",
"publishConfig": {
"access": "public"
}
}