-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 2.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "ai-bot-opensource-ts",
"version": "1.0.0",
"description": "new bot from ilia with Ts",
"main": "index.js",
"dependencies": {
"@types/dotenv": "^8.2.0",
"abbrev": "^1.1.1",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"ansi-regex": "^5.0.1",
"anymatch": "^3.1.2",
"arg": "^4.1.3",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"concat-map": "^0.0.1",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"diff": "^4.0.2",
"discord-api-types": "^0.37.8",
"discord.js": "^14.3.0",
"dotenv": "^16.0.3",
"duplexer": "^0.1.2",
"event-stream": "^3.3.4",
"fast-deep-equal": "^3.1.3",
"file-type": "^17.1.6",
"fill-range": "^7.0.1",
"from": "^0.1.7",
"fs.realpath": "^1.0.0",
"glob": "^8.0.3",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"ieee754": "^1.2.1",
"ignore-by-default": "^1.0.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"isexe": "^2.0.0",
"lodash.snakecase": "^4.1.1",
"lodash.uniqwith": "^4.5.0",
"make-error": "^1.3.6",
"map-stream": "^0.1.0",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"node-cleanup": "^2.1.2",
"nodemon": "^2.0.20",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"path-key": "^3.1.1",
"pause-stream": "^0.0.11",
"peek-readable": "^5.0.0",
"picomatch": "^2.3.1",
"ps-tree": "^1.2.0",
"pstree.remy": "^1.1.8",
"readable-web-to-node-stream": "^3.0.2",
"readdirp": "^3.6.0",
"safe-buffer": "^5.1.2",
"semver": "^5.7.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"simple-update-notifier": "^1.0.7",
"split": "^0.3.3",
"stream-combiner": "^0.0.4",
"string_decoder": "^1.1.1",
"string-argv": "^0.1.2",
"strip-ansi": "^6.0.1",
"strtok3": "^7.0.0",
"supports-color": "^5.5.0",
"through": "^2.3.8",
"to-regex-range": "^5.0.1",
"token-types": "^5.0.1",
"touch": "^3.1.0",
"ts-mixer": "^6.0.1",
"ts-node": "^10.9.1",
"tsc-watch": "^5.0.3",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"undefsafe": "^2.0.5",
"util-deprecate": "^1.0.2",
"v8-compile-cache-lib": "^3.0.1",
"which": "^2.0.2",
"wrappy": "^1.0.2",
"ws": "^8.8.1",
"yn": "^3.1.1"
},
"scripts": {
"test": "ts-node-esm src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamilia/Ai-bot-OpenSource-Ts.git"
},
"author": "ilia",
"license": "ISC",
"bugs": {
"url": "https://github.com/iamilia/Ai-bot-OpenSource-Ts/issues"
},
"homepage": "https://github.com/iamilia/Ai-bot-OpenSource-Ts#readme"
}