-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 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
{
"name": "uglify-js-minify-css-allfiles",
"version": "2.8.3",
"description": "you will be able to minify all files as same file names which is js or css",
"main": "minify.js",
"type": "module",
"types": "minify.d.ts",
"exports": {
".": "./minify.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oinochoe/uglify-js-minify-css-allfiles.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"ugly-code",
"uglyCode",
"uglify-js",
"minify-es6",
"uglifyjs-es6",
"minifycss",
"miniCss",
"cleanCss",
"minifyCss",
"comporessor",
"allfile minify",
"allfiles minify",
"all files uglify"
],
"author": {
"name": "yeongmin kim",
"email": "copstyle86@gmail.com",
"url": "https://oinochoe.github.io/portfolio/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oinochoe/uglify-js-minify-css-allfiles/issues",
"email": "copstyle86@gmail.com"
},
"homepage": "https://github.com/oinochoe/uglify-js-minify-css-allfiles#readme",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"clean-css": "^4.2.4",
"postcss": "^8.5.3",
"postcss-preset-env": "^10.1.5",
"uglify-js": "^3.19.2",
"uglify-js-es6": "^2.8.9"
}
}