mirror of https://github.com/buster-so/buster.git
48 lines
1.8 KiB
JSON
48 lines
1.8 KiB
JSON
{
|
|
"name": "@buster-app/trigger",
|
|
"version": "1.0.0",
|
|
"private": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "echo 'y' | npx trigger.dev@v4-beta dev",
|
|
"dev:fast": "echo 'y' | npx trigger.dev@v4-beta dev",
|
|
"deploy": "echo 'y' | npx trigger.dev@v4-beta deploy",
|
|
"prebuild": "[ \"$SKIP_ENV_CHECK\" = \"true\" ] || tsx scripts/validate-env.ts",
|
|
"build": "echo 'No build step required but we run it to make sure env is loaded' && tsc --noEmit",
|
|
"build:dry-run": "echo 'No build step required but we run it to make sure env is loaded' && tsc --noEmit",
|
|
"lint": "biome check --write",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:integration": "vitest run **/*.int.test.ts **/*.integration.test.ts",
|
|
"test:integration:watch": "vitest watch tests/integration",
|
|
"test:unit": "vitest run --exclude '**/*.int.test.ts' --exclude '**/*.integration.test.ts'",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.864.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.864.0",
|
|
"@buster/access-controls": "workspace:*",
|
|
"@buster/ai": "workspace:*",
|
|
"@buster/data-source": "workspace:^",
|
|
"@buster/database": "workspace:*",
|
|
"@buster/env-utils": "workspace:*",
|
|
"@buster/server-shared": "workspace:*",
|
|
"@buster/slack": "workspace:*",
|
|
"@buster/test-utils": "workspace:*",
|
|
"@buster/typescript-config": "workspace:*",
|
|
"@buster/vitest-config": "workspace:*",
|
|
"@buster/web-tools": "workspace:*",
|
|
"@mastra/core": "catalog:",
|
|
"@trigger.dev/sdk": "catalog:",
|
|
"ai": "catalog:",
|
|
"braintrust": "catalog:",
|
|
"drizzle-orm": "catalog:",
|
|
"vitest": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/build": "catalog:"
|
|
}
|
|
}
|