amical/package.json
Haritabh 95cb9f11f8
chore: add swift helper (#11)
* chore: add swift helper

* chore: separate out types into types pkg

* chore: only build apps/www for now

* chore: don't build swift helper as part of pnpm i
2025-05-24 05:30:25 +05:30

33 lines
672 B
JSON

{
"name": "amical",
"private": true,
"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"
},
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=24"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@tailwindcss/oxide",
"better-sqlite3",
"core-js-pure",
"electron",
"electron-winstaller",
"esbuild",
"keytar",
"protobufjs",
"sharp"
]
}
}