forked from TeamUltroid/Ultroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 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
27
28
29
30
31
32
{
"name": "ultroid-vcbot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"test": "tsc --noEmit",
"dev": "nodemon src/index.ts"
},
"author": "TeamUltroid <teamultroid@protonmail.ch>",
"license": "AGPL-3.0",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.0",
"@youtwitface/escape-html": "^1.0.0",
"dotenv": "^8.2.0",
"envalid": "^7.0.0",
"redis": "^3.0.2",
"telegraf": "^4.3.0",
"tgcalls": "^0.1.2",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/redis": "^2.8.28",
"@types/ws": "^7.4.0",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typegram": "^3.1.9",
"typescript": "^4.1.3"
}
}