{ "name": "telegram-to-notion-website", "version": "1.0.0", "description": "Website for the Telegram to Notion Bot", "main": "src/index.js", "scripts": { "dev": "nodemon src/index.js", "start": "node src/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", "path": "^0.12.7", "serve-favicon": "^2.5.0" } }