Files
FlereKommunik/package.json
T
2024-12-05 14:14:27 +00:00

27 lines
826 B
JSON

{
"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": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"run": "node .",
"build-run": "tsc && node ."
},
"author": "StellaraUmbrix",
"license": "DBAJ",
"dependencies": {
"@nodegui/nodegui": "^0.70.0",
"dotenv": "^16.4.6",
"jsonc": "^2.0.0",
"prebuilt-tdlib": "^0.1008041.0",
"tdl": "^8.0.1",
"telegram": "^2.26.8",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^22.10.1"
}
}