-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "koppa",
"version": "0.0.2",
"description": "Koppa's your all-purpose Discord multi-tool 🛠",
"main": "./dist/src/index.js",
"scripts": {
"start": "tsc && node .",
"dev": "cross-env NODE_ENV=development tsnd --transpile-only ./src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zorbyte/Koppa.git"
},
"keywords": [
"discord",
"bot"
],
"author": "zorbyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/zorbyte/Koppa/issues"
},
"homepage": "https://github.com/zorbyte/Koppa#readme",
"devDependencies": {
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"cross-env": "^7.0.3",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.2.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.4.2"
},
"dependencies": {
"@discordjs/rest": "^0.1.1-canary.0",
"@types/ms": "^0.7.31",
"bufferutil": "^4.0.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"discord-api-types": "0.22.0",
"discord.js": "13.0.1",
"dotenv": "^8.2.0",
"module-alias": "^2.2.2",
"mongodb": "^4.1.1",
"ms": "^2.1.3",
"papr": "^2.0.3",
"tslib": "^2.2.0",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
}
}