mirror of
https://github.com/edems-dev/md-discord-syntax.git
synced 2026-07-22 08:37:37 +00:00
25 lines
792 B
JSON
25 lines
792 B
JSON
{
|
|
"name": "md-discord-syntax-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Monorepo for Discord syntax extensions (core, remark, obsidian)",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prebuild": "npm run build -w @md-discord-syntax/core",
|
|
"build": "npm run build --workspaces --if-present",
|
|
"test": "npm run test --workspaces --if-present",
|
|
"pretypecheck": "npm run build -w @md-discord-syntax/core",
|
|
"typecheck": "npm run typecheck --workspaces --if-present",
|
|
"validate": "node scripts/validate.js",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,mjs,json,md,css}\""
|
|
},
|
|
"author": "Edems-DEV",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"prettier": "^3.3.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|