-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 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
29
30
31
{
"private": true,
"version": "1.0.0",
"description": "Embed SDK Monorepo",
"scripts": {
"prepublish": "turbo run build",
"ci:release": "pnpm --filter './packages/**' publish && pnpm exec changeset tag",
"ci:version": "pnpm exec changeset version",
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"typecheck": "turbo run typecheck",
"test": "turbo run test"
},
"author": "sigmacomputing",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.12",
"prettier": "^3.4.2",
"tsup": "^8.3.6",
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.2.0",
"name": "embed-sdk"
}