Files
Open-Telegram-to-Notion-Web…/package.json

28 lines
521 B
JSON

{
"name": "telegram-to-notion-website",
"version": "1.0.0",
"description": "Website for the Telegram to Notion Bot",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [
"telegram",
"notion",
"bot",
"website"
],
"author": "FranP-Code",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.15"
},
"dependencies": {
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"hbs": "^4.2.0"
}
}