Files
solace-bg-dubai/package.json
defiQUG a03417be98
All checks were successful
CI / lint-and-test (push) Successful in 9m52s
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:38 -07:00

36 lines
1021 B
JSON

{
"name": "solace-treasury-dapp",
"version": "0.1.0",
"private": true,
"workspaces": [
"contracts",
"frontend",
"backend",
"shared"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,sol}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,sol}\"",
"check-setup": "bash scripts/check-setup.sh",
"audit-env": "bash scripts/audit-env.sh",
"sync-env": "bash scripts/sync-env-from-deployment.sh",
"start:local": "bash scripts/start-local-stack.sh",
"verify:full-stack": "bash scripts/verify-full-stack.sh",
"test:e2e": "cd frontend && pnpm run test:e2e",
"verify:contracts": "cd contracts && pnpm run verify:chain138"
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.11.2"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.15.0"
}