mirror of https://github.com/curbengh/hexo-yam
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"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": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" 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.3.3",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"micromatch": "^4.0.8",
|
|
"minify-xml": "^4.5.2",
|
|
"svgo": "^4.0.0",
|
|
"terser": "^5.44.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^10.1.0",
|
|
"hexo": "^8.1.1",
|
|
"jest": "^30.2.0",
|
|
"standard": "^17.1.2"
|
|
},
|
|
"keywords": [
|
|
"minify",
|
|
"compress",
|
|
"gzip",
|
|
"brotli",
|
|
"zstd",
|
|
"hexo-yam",
|
|
"hexo"
|
|
],
|
|
"jest": {
|
|
"clearMocks": true,
|
|
"collectCoverage": true,
|
|
"coverageDirectory": "./coverage/",
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|