0a845767a0
* chore: Update version for release (beta) * 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>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@trigger.dev/sveltekit",
|
|
"version": "3.0.0-beta.16",
|
|
"description": "Trigger.dev svelteKit integration",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"type": "commonjs",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/ws": "^8.5.3",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "8.0.1",
|
|
"@trigger.dev/tsup": "workspace:*",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup"
|
|
},
|
|
"peerDependencies": {
|
|
"@trigger.dev/sdk": "workspace:^3.0.0-beta.16"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"module": "./dist/index.mjs"
|
|
}
|