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

15 lines
363 B
JSON

{
"name": "@foundary/shared",
"version": "0.0.1",
"private": true,
"description": "Shared types, utilities, and constants",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc --build",
"typecheck": "tsc --noEmit",
"lint": "echo 'no linter configured yet'",
"test": "echo 'no tests configured yet'"
}
}