db6be0f7cb
-ab512157: Fixed an error message -1673d452: Added kv storage to persist data in between runs and between workflows -0b67b51a: Fix ESM error by dynamically importing ESM packages (chalk, terminal-link, etc.) -f39bc44e: SDK now passes through the project ID from the env var
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@trigger.dev/sdk",
|
|
"version": "0.2.22",
|
|
"description": "trigger.dev Node.JS SDK",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/common-schemas": "workspace:*",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/node": "16",
|
|
"@types/node-fetch": "2.6.x",
|
|
"@types/slug": "^5.0.3",
|
|
"@types/uuid": "^9.0.0",
|
|
"@types/ws": "^8.5.3",
|
|
"internal-bridge": "workspace:*",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^6.5.0",
|
|
"tsx": "^3.12.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup --dts-resolve"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.2.0",
|
|
"debug": "^4.3.4",
|
|
"evt": "^2.4.13",
|
|
"get-caller-file": "^2.0.5",
|
|
"git-remote-origin-url": "^4.0.0",
|
|
"git-repo-info": "^2.1.1",
|
|
"node-fetch": "2.6.x",
|
|
"slug": "^6.0.0",
|
|
"terminal-link": "^3.0.0",
|
|
"ulid": "^2.3.0",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.11.0",
|
|
"zod": "^3.20.2",
|
|
"zod-error": "^1.1.0",
|
|
"zod-to-json-schema": "^3.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
} |