generative-ai-for-beginners/package.json
dependabot[bot] 6e18d2c08a
chore(deps): bump openai from 6.34.0 to 6.35.0
Bumps [openai](https://github.com/openai/openai-node) from 6.34.0 to 6.35.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-node/compare/v6.34.0...v6.35.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-30 03:43:52 +00:00

34 lines
816 B
JSON

{
"name": "generative-ai-for-beginners",
"version": "1.0.0",
"description": "Generative AI for Beginners - A Curriculum",
"main": "index.js",
"scripts": {
"convert": "node_modules/.bin/docsify-to-pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/generative-ai-for-beginners.git"
},
"keywords": [
"generative",
"ai",
"curriculum"
],
"author": "Jim Bennett and team",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/generative-ai-for-beginners/issues"
},
"homepage": "https://github.com/microsoft/generative-ai-for-beginners#readme",
"devDependencies": {
"@types/node": "^25.6.0",
"docsify-to-pdf": "0.0.5"
},
"dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.2",
"@azure/core-auth": "^1.10.1",
"openai": "^6.35.0"
}
}