forked from microsoft/generative-ai-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 815 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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": "^22.5.5",
"docsify-to-pdf": "0.0.5"
},
"dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.2",
"@azure/core-auth": "^1.8.0",
"openai": "^4.10.0"
}
}