hexo/node_modules/hexo-log/package.json

48 lines
990 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "hexo-log",
"version": "2.0.0",
"description": "Logger for Hexo",
"main": "lib/log.js",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
},
"directories": {
"lib": "./lib"
},
"files": [
"lib/"
],
"repository": "hexojs/hexo-log",
"homepage": "http://hexo.io/",
"keywords": [
"website",
"blog",
"cms",
"framework",
"hexo"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
],
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^7.1.0",
"eslint-config-hexo": "^4.0.0",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"rewire": "^5.0.0",
"sinon": "^9.0.2"
},
"engines": {
"node": ">=10.13.0"
}
}