-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 7.72 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 7.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@proompteng/source",
"version": "0.0.1",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*",
"services/*",
"services/agents/*",
"services/jangar/*"
],
"scripts": {
"dev:landing": "bun run --filter landing --filter @proompteng/backend dev",
"build:landing": "turbo run build --filter=landing",
"build:reviseur": "bun run --filter reviseur build",
"start:landing": "bun run --filter landing start",
"lint:landing": "bun run --filter landing lint",
"dev:app": "bun run --filter app dev",
"build:app": "bun run --filter app build",
"start:app": "bun run --filter app start",
"lint:app": "bun run --filter app lint",
"dev:synthesis": "bun run --filter synthesis dev",
"build:synthesis": "bun run --filter synthesis build",
"start:synthesis": "bun run --filter synthesis start",
"lint:synthesis": "bun run --filter synthesis lint",
"dev:cms": "bun run --filter cms dev",
"build:cms": "bun run --filter cms build",
"start:cms": "bun run --filter cms start",
"lint:cms": "bun run --filter cms lint",
"lint:oxlint": "oxlint --config .oxlintrc.json apps packages services scripts",
"lint:oxlint:type": "bash -lc 'set -euo pipefail; bun run --cwd apps/app lint:oxlint:type; bun run --cwd apps/cms lint:oxlint:type; bun run --cwd apps/docs lint:oxlint:type; bun run --cwd apps/froussard lint:oxlint:type; bun run --cwd apps/kabina lint:oxlint:type; bun run --cwd apps/kitty-krew lint:oxlint:type; bun run --cwd apps/landing lint:oxlint:type; bun run --cwd apps/nata lint:oxlint:type; bun run --cwd apps/reestr lint:oxlint:type; bun run --cwd apps/reviseur lint:oxlint:type; bun run --cwd packages/agent-contracts lint:oxlint:type; bun run --cwd packages/atelier lint:oxlint:type; bun run --cwd packages/cloutt lint:oxlint:type; bun run --cwd packages/codex lint:oxlint:type; bun run --cwd packages/cx-tools lint:oxlint:type; bun run --cwd packages/discord lint:oxlint:type; bun run --cwd packages/schematic lint:oxlint:type; bun run --cwd packages/scripts lint:oxlint:type; bun run --cwd packages/temporal-bun-sdk lint:oxlint:type; bun run --cwd packages/temporal-bun-sdk-example lint:oxlint:type; bun run --cwd services/agents lint:oxlint:type; bun run --cwd services/bumba lint:oxlint:type; bun run --cwd services/golink lint:oxlint:type; bun run --cwd services/jangar lint:oxlint:type; bun run --cwd services/khoshut lint:oxlint:type; bun run --cwd services/memories lint:oxlint:type; bun run --cwd services/oirat lint:oxlint:type; bun run --cwd services/symphony lint:oxlint:type;'",
"lint:argocd": "scripts/kubeconform.sh argocd",
"proto:generate": "buf generate --path proto/proompteng && buf generate --template buf.temporal.gen.yaml --path proto/temporal",
"clean": "find . -name node_modules -type d -prune -exec rm -rf '{}' +",
"format": "bunx oxfmt",
"tf:plan": "tofu -chdir='./tofu/harvester' plan",
"tf:apply": "tofu -chdir='./tofu/harvester' apply -auto-approve",
"tf:destroy": "tofu -chdir='./tofu/harvester' destroy --target harvester_virtualmachine.kube-cluster -auto-approve",
"ansible": "ansible-playbook -vvvv -i ./ansible/inventory/hosts.ini ./ansible/playbooks/rancher2.yml",
"harvester:apply": "kubectl --kubeconfig ~/.kube/altra.yaml apply -f ./tofu/harvester/templates",
"k:install": "./kubernetes/install.sh",
"k:bootstrap": "kubectl apply --server-side --force-conflicts -k argocd/applications/argocd",
"prepare": "node scripts/run-husky-install.mjs",
"postinstall": "bun run --filter @proompteng/otel build",
"dev:convex": "bun run --filter @proompteng/backend dev",
"dev:setup:convex": "bun run --filter @proompteng/backend dev:setup",
"seed:models": "bun run --filter @proompteng/backend seed:models",
"dev:docs": "bun run --filter docs dev",
"build:docs": "bun run --filter docs build",
"start:docs": "bun run --filter docs start",
"docs:deploy": "bun run packages/scripts/src/docs/deploy-service.ts",
"build:golink": "bun run --filter @proompteng/golink build",
"start:golink": "bun run --filter @proompteng/golink start",
"lint:golink": "bun run --filter @proompteng/golink lint",
"test:golink": "bun run --filter @proompteng/golink test",
"test:discord": "bun run --filter @proompteng/discord test",
"build:facteur": "bun run packages/scripts/src/facteur/build-image.ts",
"build:oirat": "bun run packages/scripts/src/oirat/build-image.ts",
"agents:deploy": "bun run packages/scripts/src/agents/deploy-service.ts",
"bonjour:deploy": "bun run packages/scripts/src/bonjour/deploy-service.ts",
"app:deploy": "bun run packages/scripts/src/app/deploy-service.ts",
"synthesis:deploy": "bun run packages/scripts/src/synthesis/deploy-service.ts",
"cms:deploy": "bun run packages/scripts/src/cms/deploy-service.ts",
"facteur:reseal": "bun run packages/scripts/src/facteur/reseal-secrets.ts",
"froussard:reseal": "bun run packages/scripts/src/froussard/reseal-secrets.ts",
"facteur:deploy": "bun run packages/scripts/src/facteur/deploy-service.ts",
"golink:deploy": "bun run packages/scripts/src/golink/deploy-service.ts",
"build:sag": "bun run --filter @proompteng/sag build",
"start:sag": "bun run --filter @proompteng/sag start",
"lint:sag": "bun run --filter @proompteng/sag lint",
"test:sag": "bun run --filter @proompteng/sag test",
"sag:deploy": "bun run packages/scripts/src/sag/deploy-service.ts",
"froussard:deploy": "bun run packages/scripts/src/froussard/deploy-service.ts",
"oirat:deploy": "bun run packages/scripts/src/oirat/deploy-service.ts",
"facteur:consume": "bun run packages/scripts/src/facteur/run-consumer.ts",
"convex:reseal": "bun run packages/scripts/src/convex/reseal-secrets.ts",
"build:torghut": "bun run packages/scripts/src/torghut/build-image.ts",
"build:symphony": "bun run packages/scripts/src/symphony/build-image.ts",
"khoshut:deploy": "bun run packages/scripts/src/khoshut/deploy-service.ts",
"deploy:torghut-agentruns": "bun run packages/scripts/src/torghut/deploy-agentruns.ts",
"whitepapers:replay": "bun run packages/scripts/src/torghut/generate-whitepaper-replay-workflows.ts",
"build:bumba": "bun run packages/scripts/src/bumba/build-image.ts",
"deploy:torghut": "bun run packages/scripts/src/torghut/deploy-service.ts",
"bumba:deploy": "bun run packages/scripts/src/bumba/deploy-service.ts",
"symphony:deploy": "bun run packages/scripts/src/symphony/deploy-service.ts",
"bumba:enrich-file": "bun run packages/scripts/src/bumba/enrich-file.ts",
"jangar:cleanup-worktrees": "bun run packages/scripts/src/jangar/cleanup-worktrees.ts",
"flink:build": "bun run packages/scripts/src/dorvud/build-and-push.ts",
"smoke:torghut-ws": "bun run packages/scripts/src/torghut/ws-smoke.ts",
"atlas:search": "bun run packages/scripts/src/atlas/search.ts",
"atlas:code-search": "bun run packages/scripts/src/atlas/code-search.ts",
"format:check": "bunx oxfmt --check ."
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@types/bun": "^1.3.14",
"nitro": "^3.0.260429-beta",
"xstate": "^5.31.0"
},
"devDependencies": {
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"@playwright/test": "^1.59.1",
"bun-types": "1.3.14",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"node-gyp": "12.3.0",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"oxlint-tsgolint": "^0.22.1",
"turbo": "2.9.9",
"typescript": "6.0.3"
},
"lint-staged": {
"*.go": "gofmt -w",
"*.{ts,tsx,js,jsx}": [
"oxlint --config .oxlintrc.json",
"oxfmt --no-error-on-unmatched-pattern"
],
"*.css": "oxfmt --no-error-on-unmatched-pattern"
},
"engines": {
"node": "24.11.1"
},
"packageManager": "bun@1.3.14"
}