46e1a1493b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"name": "@trigger.dev/astro",
|
|
"description": "An Astro-native integration for Trigger.dev background jobs platform",
|
|
"version": "2.1.0",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {},
|
|
"peerDependencies": {
|
|
"@trigger.dev/sdk": "workspace:^2.1.0",
|
|
"astro": "^2.10.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/triggerdev/trigger.dev.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/triggerdev/trigger.dev/issues"
|
|
},
|
|
"homepage": "https://github.com/triggerdev/trigger.dev#readme"
|
|
}
|