a49edd3251
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@trigger.dev/astro",
|
|
"description": "An Astro-native integration for Trigger.dev background jobs platform",
|
|
"version": "3.0.0-beta.52",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup"
|
|
},
|
|
"peerDependencies": {
|
|
"@trigger.dev/sdk": "workspace:^3.0.0-beta.52"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^3.0.12",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/ws": "^8.5.3",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^6.5.0",
|
|
"tsx": "^3.12.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
}
|