-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "tc-ai-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "mastra build",
"start": "mastra start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"studio": "mastra studio"
},
"keywords": [],
"author": "Kiril Kartunov",
"license": "ISC",
"packageManager": "pnpm@10.28.0",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@mastra/auth-auth0": "^1.0.1",
"@mastra/core": "^1.10.0",
"@mastra/evals": "^1.1.2",
"@mastra/libsql": "^1.6.4",
"@mastra/loggers": "^1.0.2",
"@mastra/memory": "^1.6.1",
"@mastra/observability": "^1.3.1",
"@mastra/pg": "^1.7.2",
"ai": "^6.0.105",
"ai-sdk-ollama": "^3.8.0",
"tc-core-library-js": "^2.4.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.3.3",
"eslint": "^10.0.2",
"mastra": "^1.3.7",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
}
}