@tiaansu-dev/discord-markdown-parser
Version:
> [!IMPORTANT] > This is the copy of [discord-markdown-parser](https://github.com/ItzDerock/discord-markdown-parser). This is just built with bun and is using latest version of [simple-markdown](https://npmjs.com/package/@khanacademy/simple-markdown).
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "@tiaansu-dev/discord-markdown-parser",
"type": "module",
"version": "1.0.3",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"scripts": {
"build": "bun run build.ts",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"keywords": [
"discord",
"markdown",
"parser",
"discord-markdown-parser",
"discord-markdown",
"simple-markdown",
"discord-parser"
],
"license": "MIT",
"homepage": "https://github.com/tiaansu/discord-markdown-parser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tiaansu/discord-markdown-parser.git"
},
"bugs": "https://github.com/tiaansu/discord-markdown-parser/issues",
"author": "Marlon Cabading <dev.marlon.cabading@gmail.com>",
"devDependencies": {
"bun-plugin-dts": "^0.3.0",
"@types/bun": "^1.2.19"
},
"dependencies": {
"@khanacademy/simple-markdown": "^2.1.0"
},
"publishConfig": {
"access": "public"
}
}