-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "turk-programcilar-bot",
"version": "v2",
"description": "Türk Programcılar Discord Sunucusu Üyeleri tarafından geliştirilen bot",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node build/greenfield/v2/Power.js",
"build": "tsc",
"postinstall": "npm run build",
"test": "mocha -r ts-node/register ./tpbot.tests/*.ts"
},
"keywords": [
"Türk",
"Programcılar",
"Discord",
"Sunucusu",
"Bot"
],
"author": "0xdeadc0de (https://github.com/0xdeadc0de)",
"license": "GPL-3.0-or-later",
"dependencies": {
"@discordjs/builders": "^0.7.0",
"@discordjs/rest": "^0.1.0-canary.0",
"bufferutil": "^4.0.5",
"discord-api-types": "^0.24.0",
"discord.js": "13.6.0",
"express": "^4.17.1",
"jimp": "^0.16.1",
"mongodb": "^3.7.3",
"node-fetch": "^2.6.6",
"node-html-parser": "^3.3.6",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0",
"sqlite3": "^5.0.2",
"tslint": "^6.1.3",
"typeorm": "^0.2.41",
"utf-8-validate": "^5.0.7",
"ws": "^7.5.5",
"xss": "^1.0.10",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^8.2.3",
"@types/node": "^15.14.9",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"ts-node": "^10.3.0",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
}
}