Files
cvfs/package.json
Daniel Alves Rösel 90ad5e0260 Initial commit
2026-04-02 18:47:14 +02:00

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"
}
}