mirror of https://github.com/buster-so/buster.git
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "@buster-app/trigger",
|
||
|
"version": "1.0.0",
|
||
|
"private": false,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "npx trigger.dev@v4-beta dev",
|
||
|
"deploy": "npx trigger.dev@v4-beta deploy",
|
||
|
"prebuild": "node scripts/validate-env.js",
|
||
|
"build": "echo 'No build step required but we run it to make sure env is loaded' && tsc --noEmit",
|
||
|
"lint": "biome check",
|
||
|
"test": "vitest run",
|
||
|
"test:watch": "vitest watch",
|
||
|
"test:coverage": "vitest run --coverage",
|
||
|
"test:integration": "vitest run tests/integration",
|
||
|
"test:integration:watch": "vitest watch tests/integration",
|
||
|
"test:unit": "vitest run tests/unit",
|
||
|
"typecheck": "tsc --noEmit"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@buster/ai": "workspace:*",
|
||
|
"@buster/database": "workspace:*",
|
||
|
"@buster/test-utils": "workspace:*",
|
||
|
"@buster/typescript-config": "workspace:*",
|
||
|
"@buster/vitest-config": "workspace:*",
|
||
|
"@mastra/core": "catalog:",
|
||
|
"@trigger.dev/sdk": "4.0.0-v4-beta.21",
|
||
|
"ai": "catalog:",
|
||
|
"braintrust": "^0.0.206",
|
||
|
"vitest": "catalog:",
|
||
|
"zod": "catalog:"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@trigger.dev/build": "4.0.0-v4-beta.21"
|
||
|
}
|
||
|
}
|