blob: a009eccabfe196fd03c76f93e1398580bfbc6e95 [file]
{
"name": "markdown-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"parse": "ts-node --files index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/md5": "^2.3.5",
"@types/node": "^22.5.5",
"@types/prismjs": "^1.26.4",
"@types/semver": "^7.5.8",
"@types/yaml-front-matter": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"typescript": "^5.6.2"
},
"dependencies": {
"date-fns": "^4.1.0",
"github-slugger": "^1.3.0",
"html-entities": "^2.5.2",
"marked": "^14.1.2",
"md5": "^2.3.0",
"prismjs": "^1.29.0",
"semver": "^7.6.3",
"sitemap": "^8.0.0",
"ts-node": "^10.9.2",
"yaml": "^2.5.1",
"yaml-front-matter": "^4.1.1"
}
}