start working on telegram integration
This commit is contained in:
+18
-4
@@ -2,10 +2,24 @@
|
||||
"name": "flerekommunik",
|
||||
"version": "1.0.0",
|
||||
"description": "FlereKommunik is a project that aims to remove the need to install an app for each communication service you use. It does this by providing a simple, easy to use interface that allows you to access all of your accounts in one, simple place.",
|
||||
"main": "index.js",
|
||||
"main": "./build/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc",
|
||||
"run": "node .",
|
||||
"build-run": "tsc && node ."
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
"author": "StellaraUmbrix",
|
||||
"license": "DBAJ",
|
||||
"dependencies": {
|
||||
"@nodegui/nodegui": "^0.70.0",
|
||||
"dotenv": "^16.4.6",
|
||||
"jsonc": "^2.0.0",
|
||||
"tdl": "^8.0.1",
|
||||
"telegram": "^2.26.8",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user