-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.78 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
{
"dependencies": {
"@discordjs/builders": "^0.14.0-dev.1650672503-3617093",
"@discordjs/rest": "^0.4.1",
"async-and-quick": "^1.0.1",
"chalk": "^4.1.1",
"chillout": "^5.0.0",
"chokidar": "^3.5.3",
"discord-api-types": "^0.23.1",
"discord-hybrid-sharding": "^1.6.8",
"discord.js": "^14.0.3",
"enquirer": "^2.3.6",
"extract-zip": "^2.0.1",
"lodash": "^4.17.21",
"plsargs": "^0.1.6",
"recursive-readdir": "^2.2.2",
"redis": "^4.2.0",
"stuffs": "^0.1.11"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/lodash": "^4.14.178",
"@types/node": "^15.12.2",
"@types/recursive-readdir": "^2.2.0"
},
"name": "armagan-basit-altyapi",
"version": "3.0.0",
"description": "Kullanımı basit ancak bir yandanda içinde birçek özellik barındıran discord bot altyapısı.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BasitAltyapi/basit-altyapi/tree/v14.git"
},
"author": "Kıraç Armağan Önal",
"license": "GPL-v3-or-later",
"private": true,
"scripts": {
"interaksiyon": "node ./other/generator.js interaction",
"interaction": "node ./other/generator.js interaction",
"olay": "node ./other/generator.js event",
"event": "node ./other/generator.js event",
"baslat": "node --expose-gc ./main.js",
"start": "node --expose-gc ./main.js",
"tipler": "node ./other/typesGenerator.js",
"types": "node ./other/typesGenerator.js",
"gelistirici": "node ./watchChanges.js",
"dev": "node ./watchChanges.js"
},
"bugs": {
"url": "https://github.com/BasitAltyapi/basit-altyapi/tree/v14/issues"
},
"homepage": "https://github.com/BasitAltyapi/basit-altyapi/tree/v14#readme",
"keywords": [],
"engines": {
"node": "^18.0.0"
}
}