c8b10ce188
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@trigger.dev/sdk",
|
|
"version": "2.0.7",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup --dts-resolve",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@trigger.dev/core": "workspace:^2.0.7",
|
|
"chalk": "^5.2.0",
|
|
"cronstrue": "^2.21.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.21.4",
|
|
"zod-error": "1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/node": "18",
|
|
"@types/node-fetch": "2.6.x",
|
|
"@types/slug": "^5.0.3",
|
|
"@types/uuid": "^9.0.0",
|
|
"@types/ws": "^8.5.3",
|
|
"encoding": "^0.1.13",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^6.5.0",
|
|
"tsx": "^3.12.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.8.0"
|
|
}
|
|
}
|