24 lines
606 B
JSON
24 lines
606 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"client": "yarn workspace client",
|
|
"dev:client": "turbo run dev --filter=...client",
|
|
"build:client": "turbo run build --filter=...client",
|
|
"pay": "yarn workspace pay",
|
|
"dev:pay": "turbo run dev --filter=...pay",
|
|
"build:pay": "turbo run build --filter=...pay",
|
|
"ui-layer": "yarn workspace ui-layer",
|
|
"shared-layer": "yarn workspace shared-layer"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.3",
|
|
"turbo": "^1.11.3"
|
|
},
|
|
"name": "indefiti",
|
|
"packageManager": "yarn@1.22.19",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"layers/*"
|
|
]
|
|
}
|