mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 10:05:14 +00:00
15 lines
454 B
JSON
15 lines
454 B
JSON
{
|
|
"name": "ainas",
|
|
"private": true,
|
|
"packageManager": "npm@10.9.7",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"exapps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build --workspace @ainas/contracts && npm run build --workspace @ainas/control-plane",
|
|
"typecheck": "npm run typecheck --workspace @ainas/contracts && npm run typecheck --workspace @ainas/control-plane",
|
|
"dev:control-plane": "npm run dev --workspace @ainas/control-plane"
|
|
}
|
|
}
|
|
|