-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 7.34 KB
/
Copy pathpackage.json
File metadata and controls
153 lines (153 loc) · 7.34 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "aidd",
"version": "2.131.0",
"private": true,
"author": "NomadicDaddy",
"bugs": {
"url": "https://github.com/NomadicDaddy/aidd/issues"
},
"description": "AI Development Director",
"dependencies": {
"aidd-shared": "workspace:*"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/bun": "1.3.14",
"@types/node": "26.1.1",
"drizzle-orm": "0.45.2",
"elysia": "1.4.29",
"eslint": "10.7.0",
"eslint-plugin-jsdoc": "63.2.0",
"eslint-plugin-perfectionist": "5.10.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.3",
"eslint-plugin-unused-imports": "4.4.1",
"globals": "17.7.0",
"knip": "6.27.0",
"prettier": "^3.9.6",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-sort-json": "4.2.0",
"prettier-plugin-tailwindcss": "0.8.1",
"puppeteer": "25.3.0",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0"
},
"engines": {
"bun": ">=1.3.14"
},
"homepage": "https://github.com/NomadicDaddy/aidd#readme",
"keywords": [
"agents",
"ai",
"autonomous",
"claude",
"claude-code",
"coding",
"codex-cli",
"developer-tools",
"kilocode",
"opencode",
"orchestration",
"zai"
],
"license": "FSL-1.1-ALv2",
"packageManager": "bun@1.3.14",
"repository": {
"type": "git",
"url": "https://github.com/NomadicDaddy/aidd.git"
},
"scripts": {
"aidd-tools": "bun scripts/aidd-tools.ts",
"benchmark": "bun scripts/run-benchmark.ts --manifest ./benchmarks/manifest.json",
"benchmark:dry-run": "bun scripts/run-benchmark.ts --manifest ./benchmarks/manifest.json --dry-run",
"benchmark:regrade": "bun scripts/run-benchmark.ts --manifest ./benchmarks/manifest.json --regrade",
"benchmark:report": "bun scripts/run-benchmark.ts --manifest ./benchmarks/manifest.json --report-only",
"build": "bun run build:shared && bun run build:backend && bun run build:cli && bun run build:frontend",
"build:backend": "bun run --cwd backend build",
"build:cli": "bun run --cwd cli build",
"build:frontend": "bun run --cwd frontend build",
"build:shared": "bun run --cwd shared build",
"build:standalone": "bun scripts/build-standalone.ts",
"build:standalone:darwin": "bun scripts/build-standalone.ts --target bun-darwin-arm64",
"build:standalone:linux": "bun scripts/build-standalone.ts --target bun-linux-x64-modern",
"build:standalone:windows": "bun scripts/build-standalone.ts --target bun-windows-x64-modern",
"check-application": "bun scripts/check-application.ts",
"check-deps": "bun scripts/check-deps.ts",
"check:artifact-parity": "bun scripts/check-artifact-parity.ts",
"check:fleet": "bun scripts/check-fleet-aidd-entries.ts && bun scripts/check-fleet-aidd-history.ts",
"check:fleet-aidd-entries": "bun scripts/check-fleet-aidd-entries.ts",
"check:fleet-aidd-history": "bun scripts/check-fleet-aidd-history.ts",
"check:audit-artifact-hygiene": "bun scripts/check-audit-artifact-hygiene.ts",
"check:backend-cli-boundary": "bun scripts/check-backend-cli-boundary.ts",
"check:critical-path": "bun scripts/check-critical-path.ts",
"check:dead-code": "bunx knip",
"check:audit-profile-mapping": "bun scripts/aidd-tools.ts audit:profile-mapping",
"check:env-spread": "bun scripts/check-env-spread.ts",
"check:fresh-release": "bun scripts/check-fresh-release.ts",
"check:feature-integration": "bun scripts/check-feature-integration.ts",
"check:leak-guard": "bash scripts/check-leak-guard.sh",
"check:license-core": "bun scripts/check-license-core.ts",
"check:licenses": "bun run check:license-core && bun scripts/generate-third-party-licenses.ts --check",
"check:release-notices": "bun scripts/check-release-notices.ts",
"check:max-lines": "bun scripts/check-max-lines.ts",
"check:schema-parity": "bun scripts/check-web-schema-parity.ts",
"check:standalone": "bun scripts/check-standalone.ts",
"check:web-db-integrity": "bun scripts/check-web-db-integrity.ts",
"crawltest": "bun scripts/crawltest-run.ts",
"crawltest:analyze": "bun scripts/crawltest-analyze.ts",
"crawltest:bug": "bun scripts/crawltest.ts --bug",
"crawltest:page": "bun scripts/crawltest.ts --page",
"deploy:docker": "bun scripts/deploy-docker.ts",
"dev:backend": "bun run --cwd backend dev",
"dev:frontend": "bun run --cwd frontend dev",
"dev:web": "bun run stop:web && bun run dev:backend",
"docker:build": "bun scripts/docker-image.ts build",
"docker:down": "docker compose down",
"docker:push": "bun scripts/docker-image.ts push",
"docker:up": "docker compose up -d",
"format": "prettier --write . --cache --cache-location node_modules/.cache/prettier/",
"format:check": "prettier --check . --cache --cache-location node_modules/.cache/prettier/",
"lint": "bun run --cwd shared lint && bun run --cwd backend lint && bun run --cwd frontend lint && bun run lint:scripts && bun run lint:cli && bun run lint:test",
"lint:cli": "bunx eslint cli/src --cache --cache-location node_modules/.cache/eslint-cli/ --report-unused-disable-directives --max-warnings 0",
"lint:cli:fix": "bunx eslint cli/src --cache --cache-location node_modules/.cache/eslint-cli/ --report-unused-disable-directives --max-warnings 0 --fix",
"lint:fix": "bun run --cwd shared lint:fix && bun run --cwd backend lint:fix && bun run --cwd frontend lint:fix && bun run lint:scripts:fix && bun run lint:cli:fix",
"lint:scripts": "bunx eslint scripts --cache --cache-location node_modules/.cache/eslint-scripts/ --report-unused-disable-directives --max-warnings 0",
"lint:scripts:fix": "bunx eslint scripts --cache --cache-location node_modules/.cache/eslint-scripts/ --report-unused-disable-directives --max-warnings 0 --fix",
"lint:test": "bunx eslint test --cache --cache-location node_modules/.cache/eslint-test/ --report-unused-disable-directives --max-warnings 0",
"licenses:generate": "bun scripts/generate-third-party-licenses.ts",
"preinstall": "bun scripts/require-bun.ts",
"install:history-guard": "bun scripts/install-history-guard.ts",
"prepare": "(git config core.hooksPath .githooks && bash .githooks/leak-guard-setup.sh) || true",
"prompt:snapshot": "bun run --cwd cli prompt:snapshot",
"prompt:snapshot:check": "bun run --cwd cli prompt:snapshot:check",
"qc:status": "bun scripts/smoke-qc.ts --cache-status",
"release:check": "bun scripts/release-check.ts",
"release:package": "bun scripts/package-release.ts",
"self-contained": "bun scripts/self-contained.ts",
"smoke:backends": "bun scripts/smoke-backends.ts",
"smoke:dev": "bun run smoke:e2e",
"smoke:docker": "bun scripts/smoke-docker.ts",
"smoke:e2e": "bun scripts/smoke-e2e.ts",
"smoke:qc": "bun scripts/smoke-qc.ts",
"smoke:qc:fast": "bun scripts/smoke-qc.ts --fast",
"smoke:screenshots": "bun scripts/smoke-web.ts --screenshot-pages",
"smoke:web": "bun scripts/smoke-web.ts",
"start:web": "bun scripts/start-web.ts",
"stop": "bun run stop:web",
"stop:web": "bun scripts/stop-web.ts",
"start": "bun run --cwd cli start",
"test": "bun scripts/run-tests.ts",
"test:coverage": "bun scripts/run-test-coverage.ts",
"verify-minification": "bun scripts/verify-minification.ts",
"typecheck": "tsc --noEmit && bun run --cwd frontend typecheck",
"licenses:image": "bun scripts/check-image-licenses.ts --update --image ghcr.io/nomadicdaddy/aidd:latest",
"check:image-licenses": "bun scripts/check-image-licenses.ts --image ghcr.io/nomadicdaddy/aidd:latest"
},
"type": "module",
"workspaces": [
"backend",
"cli",
"frontend",
"shared"
]
}