-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 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
43
{
"name": "questpie-autopilot",
"private": true,
"description": "AI-native company operating system",
"license": "MIT",
"author": "QUESTPIE s.r.o.",
"homepage": "https://autopilot.questpie.com",
"repository": {
"type": "git",
"url": "https://github.com/questpie/autopilot"
},
"packageManager": "bun@1.3.0",
"workspaces": ["packages/*", "apps/*", "packs/*"],
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"lint": "biome check .",
"format": "biome format --write .",
"changeset": "bunx changeset",
"publish:all": "bunx changeset publish --provenance",
"version": "bunx changeset version",
"release:check": "bun scripts/release/check.ts",
"release:canary:version": "bun scripts/release/canary-version.ts",
"release:canary:publish": "bun scripts/release/canary-publish.ts",
"release:canary:finish": "bun scripts/release/canary-finish.ts",
"release:canary:verify": "bun scripts/release/verify-canary-install.ts"
},
"overrides": {
"vite": "^8.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.28.0",
"@questpie/probe": "^0.1.3",
"@resvg/resvg-js": "^2.6.2",
"sharp": "^0.34.5",
"turbo": "^2.7.3",
"typescript": "^5.9.3",
"@types/bun": "^1.3.0"
}
}