mirror of https://github.com/curbengh/hexo-yam
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"name": "hexo-yam",
|
|
"description": "Yet Another Minifier. Minify and compress html, js, css, svg, xml and json",
|
|
"version": "7.0.0",
|
|
"readme": "README.md",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "jest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"author": "curben",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/curbengh/hexo-yam",
|
|
"repository": "curbengh/hexo-yam",
|
|
"dependencies": {
|
|
"clean-css": "^5.1.2",
|
|
"html-minifier": "^4.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"minify-xml": "^3.2.0",
|
|
"svgo": "^2.4.0",
|
|
"terser": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"hexo": "^6.1.0",
|
|
"jest": "^29.1.2",
|
|
"standard": "^17.0.0"
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"js",
|
|
"css",
|
|
"svg",
|
|
"xml",
|
|
"json",
|
|
"minify",
|
|
"compress",
|
|
"gzip",
|
|
"brotli",
|
|
"hexo-yam",
|
|
"hexo"
|
|
],
|
|
"jest": {
|
|
"clearMocks": true,
|
|
"collectCoverage": true,
|
|
"coverageDirectory": "./coverage/",
|
|
"testEnvironment": "node"
|
|
}
|
|
}
|