forked from IgorWarzocha/howaboua-pi-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.8 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
44
45
46
47
48
49
{
"name": "@howaboua/pi-stuff-monorepo",
"private": true,
"type": "module",
"packageManager": "bun@1.3.14",
"workspaces": [
"packages/*"
],
"scripts": {
"check": "bun run scripts/workspaces.mjs check",
"typecheck": "bun run scripts/workspaces.mjs typecheck",
"test": "bun run scripts/workspaces.mjs test",
"pack:dry": "bun run scripts/workspaces.mjs pack:dry",
"changeset": "changeset",
"version-packages": "changeset version && bun run changelog:polish && bun run aggregate:sync && bun run changelog:sync",
"release": "changeset publish",
"check:changed": "bun run scripts/check-changed.mjs",
"changeset:aggregates": "bun run scripts/add-aggregate-changesets.mjs",
"hooks:install": "git config core.hooksPath .githooks",
"changeset:check": "bun run scripts/require-changeset.mjs origin/main",
"changelog:sync": "bun run scripts/sync-monorepo-changelog.mjs",
"aggregate:sync": "bun run scripts/sync-aggregate-packages.mjs",
"changelog:polish": "bun run scripts/polish-changelogs.mjs"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.29.0",
"@earendil-works/pi-agent-core": "0.81.1",
"@earendil-works/pi-ai": "0.81.1",
"@earendil-works/pi-coding-agent": "0.81.1",
"@earendil-works/pi-tui": "0.81.1",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^24.10.0",
"@typescript/native-preview": "^7.0.0-dev.20260519.1",
"better-sqlite3": "^12.10.0",
"node-pty": "^1.1.0",
"openai": "^6.26.0",
"oxfmt": "^0.35.0",
"partial-json": "^0.1.7",
"proxy-from-env": "1.1.0",
"tree-sitter-bash": "^0.25.1",
"tsx": "^4.20.5",
"typebox": "^1.1.24",
"typescript": "^6.0.3",
"web-tree-sitter": "^0.26.7"
},
"version": "0.0.1"
}