Skip to content

Commit

Permalink
👌 IMPROVE: Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Aug 27, 2024
1 parent 0f980fd commit b5d0158
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"private": true,
"name": "everything",
"version": "0.0.0",
"description": "Everything example",
"type": "module",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^1.0.0"
}
"private": true,
"name": "everything",
"version": "0.0.0",
"description": "Everything example",
"type": "module",
"main": "index.js",
"scripts": {
"generate-text": "npx tsx ./examples/pipes/generate-text.ts",
"generate-text-generate-pipe": "npx tsx ./examples/pipes/generate-text-generate-pipe.ts",
"generate-text-chat-pipe": "npx tsx ./examples/pipes/generate-text-chat-pipe.ts",
"stream-text": "npx tsx ./examples/pipes/stream-text.ts",
"stream-text-generate-pipe": "npx tsx ./examples/pipes/stream-text-generate-pipe.ts",
"stream-text-chat-pipe": "npx tsx ./examples/pipes/stream-text-chat-pipe.ts"
},
"keywords": [],
"author": "Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^1.1.0"
}
}

0 comments on commit b5d0158

Please sign in to comment.