markdown-tokens/package.json
2025-12-24 01:17:56 +01:00

17 lines
356 B
JSON

{
"name": "markdown-tokens",
"version": "0.1.3",
"author": "KaKi87 <KaKi87@proton.me>",
"repository": "https://git.kaki87.net/KaKi87/markdown-tokens.git",
"main": "mod.js",
"devDependencies": {
"joi": "^18.0.1",
"outdent": "^0.8.0"
},
"files": [],
"license": "MIT",
"scripts": {
"test": "bun test"
},
"type": "module"
}