mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
01e5eb091d
* Scaffold changesets * Copy AI SDK config * Update config * Create tender-toes-study.md * Create CONTRIBUTING.md * Create SECURITY.md * Create CODE_OF_CONDUCT.md * Create issue and PR templates
29 lines
754 B
JSON
29 lines
754 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.0",
|
|
"@changesets/cli": "^2.27.1",
|
|
"turbo": "^2.5.5",
|
|
"typescript": "5.9.2",
|
|
"ultracite": "5.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.0.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|