Files
twenty/packages/twenty-apps/hacktoberfest-2025/meeting-transcript/package.json
T
martmull 86a6e04d78 Fix hacktoberfest applications (#15613)
As title, make them syncable with twenty-cli:0.2.0
<img width="1025" height="693" alt="image"
src="https://github.com/user-attachments/assets/a18f8ba3-b6fc-40e9-84dd-446ff8deeb04"
/>
2025-11-04 18:40:06 +01:00

25 lines
478 B
JSON

{
"name": "meeting-transcript",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"engines": {
"node": "^18.0.0 || ^20.0.0 || ^22.0.0",
"npm": "please-use-yarn",
"yarn": ">=4.0.2"
},
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.6.0"
},
"scripts": {
"build": "tsc",
"type-check": "tsc --noEmit"
},
"dependencies": {
"axios": "^1.7.0",
"openai": "^4.67.0"
}
}