-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 4.7 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 4.7 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
{
"name": "vibe-agent-toolkit",
"version": "0.1.40-rc.1",
"type": "module",
"private": true,
"description": "Toolkit for testing and packaging portable AI agents across various LLMs, frameworks, and deployment targets",
"keywords": [
"ai-agents",
"llm",
"agent-framework",
"testing",
"packaging",
"typescript",
"monorepo",
"portable",
"claude",
"openai"
],
"author": "Jeff Dutton",
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"packageManager": "bun@1.3.9",
"workspaces": [
"packages/*"
],
"overrides": {
"sharp": "^0.34.5"
},
"scripts": {
"build": "turbo run build && turbo run build:skills",
"build:packages": "tsc --build && cd packages/agent-schema && bun run generate:schemas",
"build:cli": "bun --filter @vibe-agent-toolkit/cli run build",
"build:clean": "tsc --build --clean && tsc --build && cd packages/agent-schema && bun run generate:schemas",
"test": "echo \"❌ Direct test execution not supported. Use: vv validate (full validation) or bun run test:unit / test:integration / test:system\" && exit 1",
"test:unit": "vitest run",
"test:cli": "bun --filter @vibe-agent-toolkit/cli run test",
"test:watch": "vitest",
"test:coverage": "vibe-validate run \"vitest run --coverage --no-file-parallelism\"",
"test:integration": "vibe-validate run \"vitest run --config vitest.integration.config.ts\"",
"test:system": "vibe-validate run \"vitest run --config vitest.system.config.ts\"",
"validate-links": "vibe-validate run \"vitest run --config vitest.system.config.ts\"",
"lint": "eslint . --cache --cache-location .eslintcache --ignore-pattern '**/dist/**' --ignore-pattern '**/*.config.ts' --max-warnings=0",
"lint:fix": "eslint . --cache --cache-location .eslintcache --ignore-pattern '**/dist/**' --ignore-pattern '**/*.config.ts' --fix",
"typecheck": "turbo run typecheck",
"dependency-check": "bunx knip --config packages/dev-tools/knip.config.ts",
"duplication-check": "tsx packages/dev-tools/src/duplication-check.ts",
"duplication-update-baseline": "tsx packages/dev-tools/src/jscpd-update-baseline.ts",
"validate": "vibe-validate validate",
"validate-structure": "tsx packages/dev-tools/src/validate-repo-structure.ts",
"validate-version": "tsx packages/dev-tools/src/validate-version.ts",
"pre-commit": "vibe-validate pre-commit",
"clean": "tsc --build --clean && rimraf node_modules 'packages/*/.test-output'",
"clean:test-output": "rimraf 'packages/*/.test-output'",
"postinstall": "tsx packages/dev-tools/src/link-workspace-packages.ts",
"prepare": "husky",
"bump-version": "tsx packages/dev-tools/src/bump-version.ts",
"pre-publish": "tsx packages/dev-tools/src/pre-publish-check.ts",
"pre-release": "tsx packages/dev-tools/src/pre-publish-check.ts --release-readiness",
"determine-publish-tags": "tsx packages/dev-tools/src/determine-publish-tags.ts",
"publish-with-rollback": "tsx packages/dev-tools/src/publish-with-rollback.ts",
"extract-changelog": "tsx packages/dev-tools/src/extract-changelog.ts",
"import-marketplace": "tsx packages/dev-tools/src/import-marketplace.ts",
"fix-workspace-deps": "tsx packages/dev-tools/src/fix-workspace-deps.ts",
"resolve-workspace-deps": "tsx packages/dev-tools/src/resolve-workspace-deps.ts",
"prepare-cli-bin": "cd packages/cli && tsx ../dev-tools/src/prepare-bin.ts",
"vat": "node packages/cli/dist/bin/vat.js",
"link-all": "tsx packages/dev-tools/src/link-all.ts",
"unlink-all": "tsx packages/dev-tools/src/unlink-all.ts"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
"@types/adm-zip": "^0.5.7",
"@types/node": "^25.0.3",
"@types/picomatch": "^4.0.2",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"@vibe-validate/cli": "0.19.6",
"@vitest/coverage-v8": "^3.2.4",
"adm-zip": "^0.5.16",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-unicorn": "^62.0.0",
"husky": "^9.1.7",
"jscpd": "^4.0.5",
"knip": "^5.0.0",
"onnxruntime-node": "^1.24.1",
"rimraf": "^6.0.1",
"secretlint": "^11.2.5",
"semver": "^7.7.3",
"tsx": "^4.21.0",
"turbo": "^2.8.3",
"typescript": "^5.9.3",
"vibe-validate": "0.19.6",
"vitest": "^3.2.4",
"yaml": "^2.8.2"
},
"dependencies": {
"@lancedb/lancedb": "0.22.3",
"apache-arrow": "15.0.0"
},
"patchedDependencies": {
"@jscpd/finder@4.0.4": "patches/@jscpd%2Ffinder@4.0.4.patch"
}
}