init
This commit is contained in:
commit
0aee105835
9 changed files with 2017 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "convertoor",
|
||||
"version": "1.0.0",
|
||||
"description": "Agentic media converter powered by ffmpeg and ImageMagick",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.3.1",
|
||||
"express": "^5.2.1",
|
||||
"mime-types": "^3.0.2",
|
||||
"multer": "^2.1.1",
|
||||
"openai": "^6.32.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue