commit d6c92ea0ad95c0b640ac9c7df48197412c7518e3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 23:27:44 2025 +0530
fix: unpacking amical/smart-whisper dep
commit 87819819bb12c07b94f5b52cbb0ea42a452c16e2
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 17:41:02 2025 +0530
fix: unpacking of smart-whisper
commit 81cec166834606cbff2cdd2e750dcc1fb769d4f3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 16:08:39 2025 +0530
chore: re-enable mac builds
commit f13069c1f350fe06c69aa8f16af41f983f34131e
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 13:06:26 2025 +0530
feat: add smart-whisper package with updated build configuration
commit a24e06856cc595f5e6c5d914090531716d208d2a
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 11:37:25 2025 +0530
chore: bump smart-whisper ver
commit 98f84b6f89c873370f1bb356f11c97dab0185ab7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Wed Aug 20 08:59:55 2025 +0530
feat: release wf updates for win builds
commit a85825d362f2a27fdef7b49533a9139aea4785b7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Wed Aug 20 08:36:13 2025 +0530
feat: add windows support basics
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "amical",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md,json,mjs,mts,css,mdx}\"",
|
|
"format:check": "turbo run format:check",
|
|
"check-types": "turbo run check-types"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3",
|
|
"turbo": "^2.5.3",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"packageManager": "pnpm@10.15.0",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@electron-forge/maker-dmg": "https://registry.npmjs.org/@fellow/maker-dmg/-/maker-dmg-7.4.0.tgz"
|
|
},
|
|
"ignoredBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"core-js-pure",
|
|
"electron",
|
|
"electron-winstaller",
|
|
"esbuild",
|
|
"keytar",
|
|
"protobufjs",
|
|
"sharp",
|
|
"smart-whisper",
|
|
"drizzle-orm/libsql"
|
|
],
|
|
"onlyBuiltDependencies": [
|
|
"electron",
|
|
"electron-winstaller",
|
|
"smart-whisper",
|
|
"drizzle-orm/libsql",
|
|
"@libsql",
|
|
"macos-alias",
|
|
"fs-xattr",
|
|
"onnxruntime-node",
|
|
"jest-worker"
|
|
]
|
|
}
|
|
}
|