mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 09:18:26 +00:00
28 lines
561 B
JSON
28 lines
561 B
JSON
{
|
|
"name": "echo",
|
|
"private": true,
|
|
"workspaces":
|
|
[ "apps/*" ]
|
|
,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"check-types": "turbo run check-types"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3",
|
|
"turbo": "^2.5.3",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@changesets/cli": "2.26.2",
|
|
"@remix-run/changelog-github": "^0.0.5"
|
|
},
|
|
"packageManager": "pnpm@9.0.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|