whisper2notion / server /package.json
rayan-saleh
embeded gradio
7d9f678
raw
history blame contribute delete
243 Bytes
{
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"@notionhq/client": "^2.2.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"nodemon": "^2.0.20"
}
}