mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"name": "ultiplate",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "bun@1.2.0",
|
|
"scripts": {
|
|
"nx": "nx",
|
|
"graph": "nx graph",
|
|
"dev": "nx run webapp:dev",
|
|
"dev:stack": "nx run-many -t dev --projects=webapp,backend-fastapi,worker,ml --parallel=4",
|
|
"build": "nx run-many -t build --all",
|
|
"lint": "nx run-many -t lint --all",
|
|
"typecheck": "nx run-many -t typecheck --all",
|
|
"test": "nx run-many -t test --all"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "^20.8.2"
|
|
}
|
|
}
|