foundary-1770666514/packages/shared/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

13 lines
331 B
JSON

{
"name": "@foundary/shared",
"version": "0.1.0",
"private": true,
"description": "Shared types, utilities, and constants for Foundary",
"main": "src/index.js",
"scripts": {
"build": "echo 'No build configured yet'",
"lint": "echo 'No linter configured yet'",
"test": "echo 'No tests configured yet'"
}
}