mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Authorization page done
This commit is contained in:
10
package.json
10
package.json
@@ -2,9 +2,10 @@
|
||||
"name": "telegram-to-notion-website",
|
||||
"version": "1.0.0",
|
||||
"description": "Website for the Telegram to Notion Bot",
|
||||
"main": "src/index.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon src/index.js"
|
||||
"dev": "nodemon index.js",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"telegram",
|
||||
@@ -18,6 +19,9 @@
|
||||
"nodemon": "^2.0.15"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.17.3"
|
||||
"axios": "^0.26.1",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
"hbs": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user