{ "name": "@pompydev/content", "version": "0.0.0", "type": "module", "scripts": { "dev": "nodemon -e md --watch markdown --exec pnpm build", "lint": "oxlint && eslint .", "build": "rm -rf dist build && tsup && node build/index.js" }, "dependencies": { "@microflash/remark-callout-directives": "^4.1.0", "@types/dompurify": "^3.0.5", "@types/elasticlunr": "^0.9.9", "@types/jsdom": "^21.1.6", "@types/katex": "^0.16.7", "@types/node": "^20.10.5", "@types/read-time-estimate": "^0.0.2", "@types/rss": "^0.0.32", "@types/tinycolor2": "^1.4.6", "elasticlunr": "^0.9.5", "gray-matter": "^4.0.3", "jsdom": "^24.0.0", "markdown-toc": "^1.2.0", "read-time-estimate": "^0.0.3", "rehype-autolink-headings": "^7.1.0", "rehype-color-chips": "^0.1.3", "rehype-highlight": "^7.0.0", "rehype-katex": "^7.0.0", "rehype-raw": "^7.0.0", "rehype-slug": "^6.0.0", "rehype-stringify": "^10.0.0", "rehype-title-figure": "^0.1.2", "remark-directive": "^3.0.0", "remark-flexible-markers": "^1.2.1", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "remark-supersub": "^1.0.0", "rss": "^1.2.2", "simple-icons": "^11.13.0", "tinycolor2": "^1.6.0", "tsup": "^8.0.2", "unified": "^11.0.4" }, "devDependencies": { "nodemon": "^3.1.9" } }