mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
24 lines
429 B
JSON
24 lines
429 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"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"notion",
|
|
"bot",
|
|
"website"
|
|
],
|
|
"author": "FranP-Code",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.3"
|
|
}
|
|
}
|