35 lines
721 B
JSON
35 lines
721 B
JSON
{
|
|
"name": "ai-voice",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js",
|
|
"dev": "nodemon app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.9.0",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^5.1.0",
|
|
"fs": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^2.0.0",
|
|
<<<<<<< HEAD
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.14.1",
|
|
=======
|
|
>>>>>>> 3d47f2d539024e036b3db88eb1e020180e656065
|
|
"ws": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|