-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 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
{
"name": "css-minify-unminify",
"version": "1.0.0",
"main": "lib/cssProcessor.js",
"bin": {
"css-tool": "./bin/cli.js"
},
"scripts": {
"build": "node dev_tools/esbuild.config.js && node dev_tools/test.js",
"dev": "node dev_tools/esbuild.config.js",
"test": "echo \"No tests yet\""
},
"repository": {
"type": "git",
"url": "https://github.com/wikimint/css-minify-unminify.git"
},
"keywords": [
"css-minify",
"css-unminify",
"css-minifier",
"css-formatter",
"css-beautify",
"css-optimizer",
"css-compressor",
"minify-css",
"unminify-css",
"format-css",
"optimize-css",
"css-cleaner",
"css-tools",
"frontend-tools",
"web-performance",
"reduce-css-size",
"css-compression",
"css-parser",
"developer-tools",
"web-development"
],
"author": "Selvakumaran Krishnan",
"license": "Propreitary",
"bugs": {
"url": "https://github.com/wikimint/css-minify-unminify/issues"
},
"homepage": "https://github.com/wikimint/css-minify-unminify",
"type": "commonjs",
"devDependencies": {
"esbuild": "^0.27.4",
"google-closure-compiler": "^20260311.0.0",
"google-closure-compiler-windows": "^20260311.0.0",
"javascript-obfuscator": "^5.3.0"
}
}