UNPKG

generate-github-markdown-css

Version:
50 lines (49 loc) 893 B
{ "name": "generate-github-markdown-css", "version": "6.5.1", "description": "Generate the CSS for github-markdown-css", "license": "MIT", "repository": "sindresorhus/generate-github-markdown-css", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "bin": { "github-markdown-css": "./cli.js" }, "exports": "./index.js", "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && node test.js" }, "files": [ "index.js", "cli.js", "utilities.js", "constants.js", "fixture.md" ], "keywords": [ "cli-app", "cli", "github", "markdown", "md", "css", "style", "stylesheet" ], "dependencies": { "meow": "^12.1.1", "postcss": "^8.4.47" }, "devDependencies": { "xo": "^0.56.0" } }