foundary-1770666514/package.json
rdev-worker 4416aaf6d9
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 19:51:18 +00:00

19 lines
469 B
JSON

{
"name": "foundary",
"version": "0.1.0",
"private": true,
"description": "Foundary — a product studio for conversational product development",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"dev": "npm run dev --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"engines": {
"node": ">=18"
}
}