Files
vercel__streamdown/package.json
T
Hayden Bleasel 0ebf67db1d 1.3 changes (#145)
* Bump deps

* Run Ultracite

* Update code-block.tsx

* Update parse-blocks.tsx

* Create great-pants-trade.md
2025-09-15 20:35:31 -07:00

29 lines
756 B
JSON

{
"name": "streamdown-monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"test:ui": "turbo run test:ui",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "pnpm build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@changesets/cli": "^2.29.7",
"turbo": "^2.5.6",
"typescript": "5.9.2",
"ultracite": "5.3.4"
},
"packageManager": "pnpm@10.16.1",
"engines": {
"node": ">=18"
}
}