forked from vercel/streamdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}
}