node-scripts-docs
Version:
Generate documentation for your `package.json` scripts.
55 lines (54 loc) • 1.31 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "node-scripts-docs",
"version": "2.0.1",
"description": "Generate documentation for your `package.json` scripts.",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"homepage": "https://oliversalzburg.github.io/node-scripts-docs/",
"repository": {
"type": "git",
"url": "git+https://github.com/oliversalzburg/node-scripts-docs.git"
},
"bugs": {
"url": "https://github.com/oliversalzburg/node-scripts-docs/issues"
},
"type": "module",
"bin": {
"nsd": "output/main.js"
},
"scripts": {
"preversion": "make lint test",
"postversion": "git push"
},
"dependencies": {
"@oliversalzburg/js-utils": "0.3.0",
"elapsed-time": "0.0.1",
"globby": "14.1.0",
"marked": "15.0.11",
"minimist": "1.2.8",
"tslib": "2.8.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "29.5.14",
"@types/minimist": "1.2.5",
"@types/node": "22.15.18",
"jest": "29.7.0",
"ts-jest": "29.3.3",
"typescript": "5.8.3"
},
"keywords": [
"documentation",
"mkdocs",
"monorepo",
"npm",
"package.json",
"scripts",
"yarn"
],
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.9.1"
}