forked from na2na-p/jetdisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "2na2-discord",
"version": "1.1.1.4",
"main": "built/index.js",
"private": true,
"author": "na2na",
"type": "module",
"license": "MIT",
"scripts": {
"start": "node built/index.js --trace-warnings",
"dev": "nodemon",
"build": "yarn tsc -p tsconfig.json && yarn tsc-alias -p tsconfig.json",
"lint": "yarn eslint --ext .js,.ts .",
"lint:fix": "yarn eslint --ext .js,.ts . --fix",
"test": "mocha 'test/**/*.ts'"
},
"dependencies": {
"@discordjs/opus": "0.9.0",
"@discordjs/voice": "0.13.0",
"autobind-decorator": "2.4.0",
"chalk": "5.1.2",
"color": "4.2.3",
"dayjs": "1.11.6",
"deepl-node": "1.7.1",
"discord-api-types": "0.37.16",
"discord.js": "14.6.0",
"js-yaml": "4.1.0",
"libsodium-wrappers": "0.7.10",
"spotify-web-api-node": "5.0.2",
"twemoji-parser": "14.0.0"
},
"devDependencies": {
"@swc/core": "1.3.11",
"@swc/helpers": "0.4.12",
"@types/chai": "4.3.3",
"@types/color": "3.0.3",
"@types/js-yaml": "4.0.5",
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"@types/twemoji-parser": "13.1.1",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"chai": "4.3.6",
"eslint": "8.26.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.26.0",
"jest": "29.2.2",
"mocha": "10.1.0",
"ts-node": "10.9.1",
"tsc-alias": "1.7.0",
"typescript": "4.8.4"
}
}