generated from mastra-ai/template-flash-cards-from-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1020 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1020 Bytes
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
34
35
36
{
"name": "template-flash-cards-from-pdf",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "A Mastra template that generates educational flash cards with optional images from PDF documents. Features AI-powered content analysis, question generation, and visual learning aids.",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.901.0",
"@mastra/core": "latest",
"@mastra/libsql": "latest",
"@mastra/loggers": "latest",
"@mastra/memory": "latest",
"@mastra/observability": "latest",
"ai": "^5.0.121",
"@ai-sdk/openai": "^2.0.65",
"pdf2json": "^3.1.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "22.19.7",
"mastra": "latest",
"typescript": "^5.9.3"
}
}