-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "p3x-meet-assistant",
"version": "2026.4.123",
"corifeus": {
"prefix": "p3x-",
"cdn": true,
"type": "p3x",
"code": "Transcribe",
"icon": "fas fa-microphone",
"nodejs": "v24.14.1",
"opencollective": false,
"reponame": "meet-assistant",
"build": true,
"description-npm": "🎙️🧠 P3X Meet Assistant — live meeting transcription with OpenAI GPT-4o Transcribe, GPU speaker diarization, and 10-language support"
},
"license": "MIT",
"description": "🎙️🧠 P3X Meet Assistant — live meeting transcription with OpenAI GPT-4o Transcribe, GPU speaker diarization, and 10-language support",
"scripts": {
"test": "grunt",
"dev": "vite",
"build:web": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/meet-assistant.git"
},
"keywords": [
"gpt-4o",
"speech-to-text",
"meeting",
"transcription",
"diarization",
"accessibility"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"homepage": "https://corifeus.com/meet-assistant",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0"
},
"devDependencies": {
"corifeus-builder": "^2026.4.149",
"grunt": "^1.6.1",
"vite": "^8.0.8"
},
"engines": {
"node": ">=12.13.0"
}
}