-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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": "TIB",
"version": "1.0.0",
"description": "Tolfx Intelligence Bot",
"main": "./src/Main.ts",
"scripts": {
"start": "node ./build/Main.js",
"build": "tsc -b",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tolfix/TIB.git"
},
"keywords": [],
"author": "Tolfx",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tolfix/TIB/issues"
},
"homepage": "https://github.com/Tolfix/TIB#readme",
"dependencies": {
"@types/common-tags": "^1.8.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^16.4.3",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"date-and-time": "^1.0.1",
"discord-banner": "^1.6.6",
"discord-buttons": "git://github.com/Tolfx/discord-buttons.git#dev",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^5.13.3",
"node-fetch": "^2.6.1",
"simple-webhook-github": "git://github.com/Tolfix/simple-webhook-github.git#master",
"slash-commands": "^1.4.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/cron": "^1.7.3",
"@types/date-and-time": "^0.13.0",
"@types/express-session": "^1.17.4",
"@types/jest": "^26.0.24",
"@types/node-fetch": "^2.5.12",
"jest": "^27.0.6",
"ts-jest": "^27.0.4"
}
}