-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "redactcord",
"version": "1.0.7",
"description": "Fast and Powerful Discord.js Utilities to make simple and good looking bots",
"main": "out/index.js",
"typings": "./typings/index.d.ts",
"bin": {
"redactcord": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch",
"build-watch": "npm run build & npm run watch",
"start": "node bin/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redactDev/Redactcord.git"
},
"keywords": [],
"author": "Redact Team",
"license": "MIT",
"devDependencies": {
"@types/cli-color": "^2.0.3",
"@types/inquirer": "^9.0.4",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6"
},
"dependencies": {
"@redactcord/templates": "^0.0.2",
"better-sqlite3": "^9.0.0",
"cli-color": "^2.0.3",
"commander": "^11.1.0",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"eval": "^0.1.8",
"figlet": "^1.6.0",
"inquirer": "^9.2.11",
"lodash": "^4.17.21",
"nanospinner": "^1.1.0",
"progress": "^2.0.3",
"quick.db": "^9.1.7",
"quickmongo": "^5.2.0",
"quickpostgres": "^3.0.2",
"simple-git": "^3.20.0",
"typescript": "^5.2.2",
"watch": "^0.13.0",
"yaml": "^2.3.3"
}
}