26 lines
788 B
JSON
26 lines
788 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",
|
|
"tdl": "^8.0.1",
|
|
"telegram": "^2.26.8",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.1"
|
|
}
|
|
}
|