-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (33 loc) · 1.09 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
{
"name": "moto-math-variant",
"version": "1.1.01",
"description": "MOTO S.T.E.M. Mathematics Variant - Autonomous ASI Research System for Novel S.T.E.M. Mathematical Paper Generation",
"scripts": {
"dev:backend": "python -c \"import os, uvicorn; uvicorn.run('backend.api.main:app', host=os.getenv('MOTO_BACKEND_HOST', os.getenv('HOST', '0.0.0.0')), port=int(os.getenv('MOTO_BACKEND_PORT', os.getenv('PORT', '8000'))), reload=True, access_log=False)\"",
"dev:frontend": "npm --prefix frontend run dev",
"install:frontend": "npm --prefix frontend install",
"build:frontend": "npm --prefix frontend run build"
},
"keywords": [
"ai",
"rag",
"aggregator",
"mathematics",
"research",
"multi-agent",
"autonomous-research",
"llm",
"mathematical-papers",
"ai-research"
],
"author": "Intrafere LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Intrafere/MOTO-Autonomous-ASI"
},
"bugs": {
"url": "https://github.com/Intrafere/MOTO-Autonomous-ASI/issues"
},
"homepage": "https://intrafere.com"
}