-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 999 Bytes
/
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
{
"name": "files-io",
"version": "4.0.1",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Read many files in node",
"homepage": "http://github.com/coderaiser/files-io",
"main": "lib/files.js",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/files-io.git"
},
"scripts": {
"fix:lint": "madrun fix:lint",
"lint": "madrun lint",
"lint:test": "madrun lint:test",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report"
},
"keywords": [
"files",
"read"
],
"dependencies": {
"pipe-io": "^4.0.0"
},
"engines": {
"node": ">=14"
},
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^7.18.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^7.0.0",
"madrun": "^8.6.2",
"nyc": "^15.0.0",
"putout": "^14.0.0",
"supertape": "^4.8.1",
"try-to-catch": "^3.0.0"
}
}