foundary-1770670477/package.json
rdev-worker 6d1992bd6c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Set up the monorepo workspace. Ensure the root README describes a pro...
2026-02-09 20:58:18 +00:00

19 lines
437 B
JSON

{
"name": "foundary",
"private": true,
"version": "0.0.1",
"description": "Foundary — a product studio for conversational product development",
"scripts": {
"dev": "pnpm --filter @foundary/web dev",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.15.4"
}