-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.13 KB
/
package.json
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
{
"name": "hexo-yam",
"description": "Yet Another Minifier. Minify and compress html, js, css, svg, xml and json",
"version": "9.0.0",
"readme": "README.md",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"files": [
"lib/",
"index.js"
],
"scripts": {
"lint": "standard",
"test": "jest"
},
"engines": {
"node": ">= 18.12.0"
},
"author": "curben",
"license": "MIT",
"homepage": "https://github.com/curbengh/hexo-yam",
"repository": {
"type": "git",
"url": "git+https://github.com/curbengh/hexo-yam.git"
},
"dependencies": {
"clean-css": "^5.1.2",
"html-minifier-terser": "^7.2.0",
"micromatch": "^4.0.2",
"minify-xml": "^3.2.0",
"svgo": "^3.0.0",
"terser": "^5.3.0",
"@mongodb-js/zstd": "^1.2.0"
},
"devDependencies": {
"hexo": "^7.1.0",
"jest": "^29.1.2",
"standard": "^17.0.0"
},
"keywords": [
"minify",
"compress",
"gzip",
"brotli",
"zstd",
"hexo-yam",
"hexo"
],
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": "./coverage/",
"testEnvironment": "node"
}
}