3fbbd7970c
Code Quality / Python Lint & Format (push) Waiting to run
Code Quality / Python Tests (push) Waiting to run
Code Quality / JavaScript/TypeScript Lint (advisory) (push) Waiting to run
Security Scan / CodeQL Analysis (javascript-typescript) (push) Waiting to run
Security Scan / CodeQL Analysis (python) (push) Waiting to run
Security Scan / Dependency Review (push) Waiting to run
34 lines
816 B
JSON
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": "^26.1.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.45.0"
|
|
}
|
|
}
|