-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 790 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
{
"name": "YOUTUBE-TITLE-MOTIA",
"description": "",
"scripts": {
"postinstall": "motia install",
"dev": "motia dev",
"start": "motia start",
"generate-types": "motia generate-types",
"build": "motia build",
"clean": "rm -rf dist node_modules python_modules .motia .mermaid"
},
"keywords": [
"motia"
],
"dependencies": {
"@motiadev/core": "^0.9.6-beta.152",
"@motiadev/plugin-endpoint": "^0.9.6-beta.152",
"@motiadev/plugin-logs": "^0.9.6-beta.152",
"@motiadev/plugin-observability": "^0.9.6-beta.152",
"@motiadev/plugin-states": "^0.9.6-beta.152",
"motia": "^0.9.6-beta.152",
"openai": "^6.9.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/react": "^19.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}