UNPKG

marked-typograf

Version:
54 lines (53 loc) 1.16 kB
{ "name": "marked-typograf", "version": "0.0.13", "description": "marked extension for typograf", "main": "./lib/index.cjs", "module": "./lib/index.mjs", "type": "module", "keywords": [ "marked", "extension", "typograf", "smart", "typography", "plugin" ], "files": [ "lib/", "src/" ], "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.cjs" } }, "scripts": { "build": "bun esbuild.config.js", "format": "eslint --fix", "lint": "eslint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/laidrivm/marked-typograf.git" }, "author": "Vladimir Lazarev <ladirvm@gmail.com> (https://laidrivm.com)", "license": "MIT", "bugs": { "url": "https://github.com/laidrivm/marked-typograf/issues" }, "homepage": "https://github.com/laidrivm/marked-typograf#readme", "peerDependencies": { "marked": ">=15" }, "devDependencies": { "@markedjs/eslint-config": "^1.0.12", "eslint": "^9.23.0", "esbuild": "^0.25.2" }, "dependencies": { "typograf": "^7.4.2", "marked": "^15.0.8" } }