-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "@onruntime/root",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:packages": "turbo run build --filter=./packages/*",
"start": "turbo run start",
"test": "turbo run test",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"turbo": "^2"
},
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
}