-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ssh-telegram-bot",
"version": "1.0.0",
"description": "Manage your SSH users through your telegram bot",
"homepage": "https://github.com/AmyrAhmady/ssh-telegram-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/index.ts"
},
"author": "AmyrAhmady",
"license": "ISC",
"dependencies": {
"axios": "^1.3.5",
"dotenv": "^16.3.1",
"linux-sys-user": "https://github.com/AmyrAhmady/linux-user",
"node-telegram-bot-api": "^0.61.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/node-telegram-bot-api": "^0.61.6",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}