-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 837 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 837 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
{
"name": "mollify",
"version": "5.0.0",
"type": "module",
"description": "minify middleware",
"main": "lib/mollify.js",
"dependencies": {
"minify": "^9.1.0",
"ponse": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^15.8.1",
"madrun": "^9.0.5",
"putout": "^26.24.0"
},
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "https://github.com/coderaiser/node-mollify"
},
"keywords": [
"minify",
"middleware"
],
"engines": {
"node": ">=14"
},
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/node-mollify.js/issues"
}
}