daae6df428
* chore: Update version for release * Update lockfile --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "proxy",
|
|
"version": "0.0.11",
|
|
"private": true,
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"dev": "wrangler dev"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230419.0",
|
|
"typescript": "^5.0.4",
|
|
"wrangler": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-sqs": "^3.445.0",
|
|
"@trigger.dev/core": "workspace:*",
|
|
"ulidx": "^2.2.1",
|
|
"zod": "3.22.3",
|
|
"zod-error": "1.5.0"
|
|
}
|
|
}
|