edems-dev_md-discord-syntax/packages/core/package.json
2026-07-21 16:44:48 +02:00

30 lines
661 B
JSON

{
"name": "@md-discord-syntax/core",
"version": "1.0.0",
"description": "Platform-independent Discord spoiler and subtext syntax detection",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "tsx --test tests/*.test.ts"
},
"keywords": [
"markdown",
"discord",
"spoiler",
"subtext",
"parser"
],
"author": "Edems-DEV",
"license": "GPL-3.0"
}