-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "stalkee",
"version": "3.8.2",
"description": "a Telegram bot who can send voice messages via inline mode added by admin with sorting them by numbers of uses",
"license": "MIT",
"author": "arelive <[email protected]> (https://are.moe)",
"repository": "github:arebaka/stalkee",
"homepage": "https://t.me/stalkeeBot",
"main": "dist/index.js",
"bin": "./start.sh",
"types": "dist/index.d.ts",
"scripts": {
"test": ":",
"lint": "npx eslint .",
"build": "npx tsc",
"prepare": "npm run --silent build",
"start": "node dist/index.js"
},
"bugs": {
"url": "https://github.com/arebaka/stalkee/issues"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/arelive"
},
"keywords": [
"telegram",
"bot",
"stalkee",
"stalker",
"inline",
"voice"
],
"dependencies": {
"@arelive/logger": "^2.0.0",
"axios": "^1.4.0",
"dotenv": "^16.0.1",
"fluent-ffmpeg": "^2.1.2",
"pg": "^8.6.0",
"reflect-metadata": "^0.1.13",
"telegraf": "^3.40.0",
"toml": "^3.0.0",
"typegram": "^3.9.1",
"typeorm": "^0.3.6",
"uuid": "^8.3.2",
"yaml": "^2.0.1"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.21",
"@types/node": "^17.0.24",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"typescript": "^4.6.3"
}
}