mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
30 lines
587 B
JSON
30 lines
587 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|