803f3c15ab
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "@trigger.dev/hono",
|
|
"version": "3.0.0-beta.7",
|
|
"description": "A Trigger.dev adapter for Hono.dev",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/index.mjs",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup --dts-resolve",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"hono": "3.x",
|
|
"@trigger.dev/sdk": "workspace:^3.0.0-beta.7"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^8.0.1",
|
|
"@trigger.dev/tsup": "workspace:*",
|
|
"typescript": "^5.3.0",
|
|
"hono": "3.10.3",
|
|
"@trigger.dev/sdk": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |