-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 KB
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@tago-io/custom-widget-monorepo",
"private": true,
"description": "TagoIO Custom Widget SDK monorepo",
"license": "Apache-2.0",
"author": "TagoIO Inc.",
"repository": "tago-io/custom-widget",
"type": "module",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"check:types": "turbo run check:types",
"lint": "turbo run lint",
"format": "turbo run format",
"check": "vp check",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build && changeset publish",
"prepare": "vp config"
},
"devDependencies": {
"@changesets/cli": "~2.30.0",
"jsdom": "29.0.0",
"turbo": "2.8.19",
"typescript": "5.9.3",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@10.13.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
],
"ignoredBuiltDependencies": [
"esbuild"
]
}
}