@stephansama/auto-readme
Version:
Generate lists and tables for your README automagically based on your repository and comments
94 lines • 2.44 kB
JSON
{
"name": "@stephansama/auto-readme",
"version": "0.2.4",
"description": "Generate lists and tables for your README automagically based on your repository and comments",
"keywords": [
"auto",
"auto-readme",
"cli",
"generate",
"generator",
"list",
"markdown",
"table"
],
"homepage": "https://packages.stephansama.info/api/@stephansama/auto-readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stephansama/packages.git",
"directory": "core/auto-readme"
},
"license": "MIT",
"author": {
"name": "Stephan Randle",
"email": "stephanrandle.dev@gmail.com",
"url": "https://stephansama.info"
},
"type": "module",
"exports": {
".": {
"import": {
"types": "./config/schema.d.ts",
"default": "./config/schema.js"
},
"require": {
"types": "./config/schema.d.cts",
"default": "./config/schema.cjs"
}
},
"./schema.json": "./config/schema.json",
"./package.json": "./package.json"
},
"main": "./config/schema.js",
"types": "./config/schema.d.ts",
"bin": "./cli.mjs",
"files": [
"./dist",
"./config",
"./cli.mjs"
],
"dependencies": {
"@iarna/toml": "^2.2.5",
"@manypkg/get-packages": "^3.1.0",
"cosmiconfig": "9.0.0",
"debug": "^4.4.3",
"deepmerge": "^4.3.1",
"fast-glob": "^3.3.3",
"handlebars": "4.7.8",
"markdown-table": "^3.0.4",
"mdast-comment-marker": "^3.0.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-zone": "github:stephansama/mdast-zone#1c5b08cd97240debeed4c9c6afad49df5877a132",
"ora": "^8.2.0",
"pkg-types": "^2.2.0",
"remark": "15.0.1",
"remark-code-import": "^1.2.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"remark-usage": "^11.0.1",
"vfile": "^6.0.3",
"yaml": "^2.8.1",
"yargs": "18.0.0",
"zod": "4.2.1",
"zod2md": "^0.2.4"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mdast": "^4.0.4",
"@types/vfile": "^4.0.0",
"@types/yargs": "^17.0.33",
"mdast": "^3.0.0",
"tsdown": "0.15.12",
"unified": "^11.0.5"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "node build.mjs",
"postbuild": "publint",
"dev": "node --watch-path=./src build.mjs",
"lint": "eslint ./src/ --pass-on-no-patterns --no-error-on-unmatched-pattern"
}
}