UNPKG

hikarujs

Version:

A static site generator that generates routes based on directories naturally.

53 lines (52 loc) 1.46 kB
{ "name": "hikarujs", "version": "1.21.3", "description": "A static site generator that generates routes based on directories naturally.", "type": "module", "bin": { "hikaru": "bin/hikaru.js" }, "scripts": { "build:docs": "rm -r docs/* && jsdoc -c .jsdoc.json -R README.md -u tutorials/ && echo \"hikaru.alynx.one\" > docs/CNAME && touch docs/.nojekyll && git add -A docs/ && git commit -m \"Updated docs.\"", "pref": "0x -o bin/hikaru.js build", "test": "standardx bin/*.js hikaru/*.js tests/*.js && mocha tests/index.js", "preversion": "npm test", "version": "npm run build:docs" }, "repository": { "type": "git", "url": "git+https://github.com/AlynxZhou/hikaru.git" }, "keywords": [ "Hikaru", "Node.js", "Static Site Generator" ], "author": "Alynx Zhou <alynx.zhou@gmail.com> (https://alynx.one/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/AlynxZhou/hikaru/issues" }, "homepage": "https://hikaru.alynx.one/", "dependencies": { "chokidar": "^4.0.3", "commander": "^14.0.0", "fs-extra": "^11.3.0", "marked": "^15.0.12", "nunjucks": "^3.2.4", "parse5": "^7.3.0", "picomatch": "^4.0.2", "readdirp": "^4.1.2", "yaml": "^2.8.0" }, "devDependencies": { "0x": "^5.8.0", "chai": "^5.2.0", "jsdoc": "^4.0.4", "mocha": "^11.5.0", "standardx": "^7.0.0" }, "engines": { "node": ">=20.0.0" } }