mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-27 17:00:30 -04:00
46 lines
985 B
JSON
46 lines
985 B
JSON
{
|
|
"name": "hugo-bin",
|
|
"version": "0.77.4",
|
|
"hugoVersion": "0.89.4",
|
|
"description": "Binary wrapper for Hugo",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fenneclab/hugo-bin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fenneclab/hugo-bin/issues"
|
|
},
|
|
"homepage": "https://github.com/fenneclab/hugo-bin#readme",
|
|
"author": "satoshun00 <shun.sato@fenneclab.com>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"hugo": "cli.js"
|
|
},
|
|
"dependencies": {
|
|
"bin-wrapper": "^4.1.0",
|
|
"pkg-conf": "^3.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"signale": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"bin-check": "^4.1.0",
|
|
"eslint": "^8.4.1",
|
|
"mocha": "^9.1.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"mocha": "mocha",
|
|
"test": "npm run lint && npm run mocha",
|
|
"postinstall": "rimraf vendor && node lib/install"
|
|
},
|
|
"files": [
|
|
"lib/*.js",
|
|
"cli.js",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
}
|