hexo/node_modules/hexo-renderer-sass/package.json

39 lines
782 B
JSON

{
"name": "hexo-renderer-sass",
"version": "0.5.0",
"description": "Sass renderer plugin for Hexo",
"main": "index",
"repository": {
"type": "git",
"url": "git://github.com/knksmith57/hexo-renderer-sass.git"
},
"keywords": [
"hexo",
"sass",
"scss",
"renderer"
],
"author": "Kyle Smith <knksmith57@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "standard",
"test": "mocha test/index.js",
"test-cov": "c8 --100 npm test"
},
"engines": {
"node": ">= 14"
},
"dependencies": {
"sass": "^1.41.1"
},
"peerDependencies": {
"hexo": ">= 3"
},
"devDependencies": {
"chai": "^4.3.7",
"c8": "^7.14.0",
"mocha": "^10.2.0",
"standard": "^17.1.0"
}
}