UNPKG

micromark-extension-taggable

Version:
57 lines (56 loc) 1.45 kB
{ "name": "micromark-extension-taggable", "version": "1.1.0", "description": "Parse and Render custom #tags and @mentions", "keywords": [ "remark", "remark-plugin", "markdown", "efm", "micromark", "micromark-plugin" ], "author": { "name": "Rahul Das", "email": "contact@therdas.dev", "url": "https://www.therdas.dev" }, "license": "MIT", "repository": "https://github.com/therdas/micromark-extension-taggable", "type": "module", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "rollup -c", "lint": "eslint src/", "prepare": "npm run build", "pretest": "npm run build", "format": "npx prettier . --write", "test": "npm run lint && npm run format && node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "dependencies": { "micromark": "^4.0.1", "micromark-util-character": "^2.1.1", "micromark-util-symbol": "^2.0.1", "micromark-util-types": "^2.0.1" }, "devDependencies": { "@eslint/js": "^9.16.0", "@rollup/plugin-typescript": "^12.1.2", "@types/mdast": "^4.0.4", "@types/unist": "^3.0.3", "eslint": "^9.16.0", "jest": "^29.7.0", "mdast": "^3.0.0", "prettier": "^3.4.1", "rollup": "^4.28.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript-eslint": "^8.18.1" } }