-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 952 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 952 Bytes
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
{
"name": "join-io",
"version": "5.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Join files on a fly to reduce requests count",
"homepage": "http://github.com/coderaiser/join-io",
"main": "lib/join.js",
"scripts": {
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/join-io.git"
},
"keywords": [
"files",
"join",
"request",
"pipe",
"express"
],
"dependencies": {
"files-io": "^4.0.0",
"ponse": "^6.0.0"
},
"engines": {
"node": ">=14"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^6.13.1",
"madrun": "^8.6.2",
"putout": "^13.9.1",
"supertape": "^4.8.1"
}
}