viseme3d_backend / package.json
initial commit
2161081
raw
history blame contribute delete
499 Bytes
{
"name": "talking-avatar-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.23.0",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}