foundary-1770670477/apps/api/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

17 lines
426 B
JSON

{
"name": "@foundary/api",
"version": "0.0.1",
"private": true,
"description": "Foundary API server",
"scripts": {
"dev": "echo 'api dev server not configured yet'",
"build": "echo 'api build not configured yet'",
"typecheck": "tsc --noEmit",
"lint": "echo 'no linter configured yet'",
"test": "echo 'no tests configured yet'"
},
"dependencies": {
"@foundary/shared": "workspace:*"
}
}