mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
28 lines
521 B
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"
|
|
}
|
|
}
|