15 lines
335 B
JSON
Executable file
15 lines
335 B
JSON
Executable file
{
|
|
"name": "voice2text/app",
|
|
"description": "Voice to Text application with Microsoft SSO",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"vlucas/phpdotenv": "^5.5",
|
|
"league/oauth2-client": "^2.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Voice2Text\\": "src/"
|
|
}
|
|
}
|
|
}
|