-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.49 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@putout/minify",
"version": "6.0.7",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout-based minifier",
"homepage": "https://github.com/putoutjs/minify#readme",
"files": [
"bundle/minify.min.js",
"README.md"
],
"exports": {
".": "./bundle/minify.min.js",
"./dev": "./lib/minify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/putoutjs/minify.git"
},
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"coverage:html": "madrun coverage:html",
"report": "madrun report",
"build": "madrun build",
"build:stats": "madrun build:stats",
"minify": "madrun minify"
},
"keywords": [
"putout",
"minify",
"AST",
"babel",
"printer",
"api",
"traverse",
"generate"
],
"devDependencies": {
"@putout/eslint-flat": "^4.0.0",
"@putout/plugin-apply-optional-chaining": "^6.0.0",
"@putout/plugin-apply-shorthand-properties": "^7.2.0",
"@putout/plugin-apply-template-literals": "^5.0.0",
"@putout/plugin-arguments": "^1.1.2",
"@putout/plugin-conditions": "^9.0.2",
"@putout/plugin-convert-to-arrow-function": "^5.0.1",
"@putout/plugin-declare": "^8.0.0",
"@putout/plugin-destructuring": "^2.0.0",
"@putout/plugin-esm": "^10.0.0",
"@putout/plugin-for-of": "^12.0.0",
"@putout/plugin-logical-expressions": "^8.0.0",
"@putout/plugin-merge-destructuring-properties": "^12.3.0",
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
"@putout/plugin-minify": "^12.0.0",
"@putout/plugin-new": "^5.0.0",
"@putout/plugin-promises": "^19.0.0",
"@putout/plugin-regexp": "^14.0.0",
"@putout/plugin-remove-console": "^7.0.0",
"@putout/plugin-remove-debugger": "^8.0.0",
"@putout/plugin-remove-empty": "^15.0.0",
"@putout/plugin-remove-nested-blocks": "^9.0.0",
"@putout/plugin-remove-unreachable-code": "^3.0.0",
"@putout/plugin-remove-unreferenced-variables": "^6.0.0",
"@putout/plugin-remove-unused-expressions": "^12.0.0",
"@putout/plugin-remove-useless-else": "^2.0.0",
"@putout/plugin-return": "^4.0.0",
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
"@putout/plugin-simplify-ternary": "^9.0.0",
"@putout/plugin-spread": "^3.0.0",
"@putout/plugin-types": "^10.0.0",
"@putout/plugin-variables": "^2.2.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.1",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.0",
"fullstore": "^4.0.0",
"just-kebab-case": "^4.2.0",
"just-snake-case": "^3.2.0",
"madrun": "^13.0.0",
"minify": "^15.0.0",
"mock-require": "^3.0.3",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"putout": "^42.0.8",
"redlint": "^6.1.0",
"rollup": "^4.5.0",
"rollup-plugin-bundle-stats": "^4.21.6",
"rollup-plugin-node-externals": "^8.0.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"superc8": "^12.2.4",
"supertape": "^12.0.0",
"try-catch": "^4.0.4"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
},
"dependencies": {}
}