UNPKG

markdown-toc-gen

Version:

Generating and updating table of contents in Markdown files which conform with prettier.

73 lines (72 loc) 1.84 kB
{ "name": "markdown-toc-gen", "version": "1.2.0", "description": "Generating and updating table of contents in Markdown files which conform with prettier.", "bin": { "markdown-toc-gen": "bin/index.js" }, "scripts": { "build": "tsc", "lint": "eslint .", "lint:fix": "eslint --fix .", "prettier:check": "prettier -c src/", "prettier:write": "prettier -w src/", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "keywords": [ "toc", "markdown", "generator", "table of content", "plugin", "readme", "doc", "documentation", "headings", "md" ], "files": [ "bin", "RELEASE_NOTES.md" ], "author": "TheSilk <thesilk (at) posteo.net>", "homepage": "https://github.com/thesilk-tux/markdown-toc-gen", "repository": { "type": "git", "url": "https://github.com/thesilk-tux/markdown-toc-gen" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", "@babel/plugin-proposal-decorators": "^7.25.7", "@babel/preset-env": "^7.25.8", "@babel/preset-typescript": "^7.25.7", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0", "@types/jest": "^29.5.13", "@types/node": "^20.16.11", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.8.1", "@typescript-eslint/parser": "^8.8.1", "babel-jest": "^29.7.0", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.11.0", "jest": "^29.7.0", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0", "ts-node": "^10.9.2", "typescript": "5.5" }, "dependencies": { "jest-diff": "^29.7.0", "yargs": "^17.7.2" }, "volta": { "node": "20.18.0" } }