mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
32 lines
943 B
JSON
32 lines
943 B
JSON
{
|
|
"name": "phantom-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"tests/e2e"
|
|
],
|
|
"scripts": {
|
|
"nx": "nx",
|
|
"manim:render": "nx run manim:render",
|
|
"manim:render-all": "nx run manim:render-all",
|
|
"projects": "nx show projects",
|
|
"graph": "nx graph",
|
|
"web:dev": "nx run web:dev",
|
|
"web:build": "nx run web:build",
|
|
"backend:server": "nx run backend-server:dev",
|
|
"backend:provider": "nx run pricing-provider:dev",
|
|
"backend:worker": "nx run backend-worker:dev",
|
|
"paper:build": "nx run paper:build",
|
|
"platform:up": "nx run platform:up",
|
|
"platform:down": "nx run platform:down",
|
|
"platform:logs": "nx run platform:logs",
|
|
"research:test": "nx run research:test",
|
|
"research:benchmark": "nx run research:benchmark",
|
|
"research:benchmark:simple": "nx run research:benchmark-simple",
|
|
"e2e:test": "nx run e2e:test"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "^20.4.0"
|
|
}
|
|
}
|