-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 619 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "site-name",
"version": "1.0.0",
"description": "Automated build for extracting and optimizing inline CSS & JS from index.html.",
"main": "optimise.js",
"scripts": {
"build": "node optimise.js",
"optimise": "node optimise.js",
"optimise-pro": "node optimise-pro.js",
"optimise-lite": "node optimise-lite.js"
},
"devDependencies": {
"diff": "^8.0.2",
"esbuild": "^0.27.2",
"html-minifier-terser": "^7.2.0",
"jsdom": "^27.4.0",
"lightningcss": "^1.31.1",
"purgecss": "^7.0.2",
"terser": "^5.46.0"
},
"author": "tecnikofficial",
"license": "ISC"
}