core/package.json
Harshith Mullapudi d3f81404db Feat: first cut
2025-05-27 12:40:11 +05:30

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"
}
}