-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.32 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": "rexbot",
"version": "0.2.0",
"description": "A multipurpose Revolt bot.",
"main": "src/index.js",
"type": "module",
"scripts": {
"watch": "tsc-watch",
"dev": "tsc-watch --onSuccess \"node --loader=commonjs-extension-resolution-loader dist\"",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rexogamer/rexbot.git"
},
"keywords": [
"revolt",
"bot"
],
"author": "Rexogamer <beartechtalks@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rexogamer/rexbot/issues"
},
"homepage": "https://github.com/Rexogamer/rexbot#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"commonjs-extension-resolution-loader": "^0.1.0",
"dayjs": "^1.11.10",
"git-rev-sync": "^3.0.2",
"node-polyglot": "^2.5.0",
"revchiver": "^0.6.0",
"revolt.js": "6.0.19",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/eslint": "^8",
"@types/git-rev-sync": "^2.0.2",
"@types/iarna__toml": "^2.0.5",
"@types/node": "^18.19.8",
"@types/node-polyglot": "^2.5.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"dotenv": "^16.3.2",
"eslint": "latest",
"tsc-watch": "^6.0.4",
"typescript": "5.3.3"
},
"resolutions": {
"follow-redirects": "^1.14.8"
},
"packageManager": "yarn@3.2.0"
}