Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions sdks/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,22 @@
"generate-docs": "ts-node docs/generate.ts",
"exec": "npx dotenv -- ts-node -r tsconfig-paths/register --project tsconfig.json"
},
"keywords": [],
"author": "",
"keywords": [
"typescrpt",
Comment thread
gregfurman marked this conversation as resolved.
Outdated
"hatchet",
"workflow",
"orchestration",
"background-tasks",
"job-queue",
"task-scheduling"
],
"author": "Hatchet <contact@hatchet.run>",
"contributors": [
"Alexander Belanger <alexander@hatchet.run>",
"Matt Kaye <matt@hatchet.run>",
"Gabe Ruttner <gabe@hatchet.run>",
"Mohammed Nafees <nafees@hatchet.run>"
],
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-s3": "^3.1042.0",
Expand Down
Loading