forked from na2na-p/jetdisc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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": "2na2-discord",
"version": "1.2.0.2",
"main": "built/index.js",
"private": true,
"author": "na2na",
"type": "module",
"license": "MIT",
"scripts": {
"start": "node built/index.js --trace-warnings",
"dev": "yarn 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": "node --experimental-vm-modules --experimental-fetch ./node_modules/jest/bin/jest.js"
},
"dependencies": {
"@discordjs/opus": "0.9.0",
"@discordjs/voice": "0.14.0",
"autobind-decorator": "2.4.0",
"chalk": "5.2.0",
"color": "4.2.3",
"dayjs": "1.11.7",
"deepl-node": "1.7.2",
"discord-api-types": "0.37.24",
"discord.js": "14.7.1",
"dotenv": "^16.0.3",
"libsodium-wrappers": "0.7.10",
"lodash": "~4.17.21",
"spotify-web-api-node": "5.0.2",
"twemoji-parser": "14.0.0"
},
"devDependencies": {
"@swc/core": "1.3.24",
"@swc/helpers": "0.4.14",
"@swc/jest": "^0.2.23",
"@types/color": "3.0.3",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.187",
"@types/node": "18.11.17",
"@types/twemoji-parser": "13.1.1",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"eslint": "8.30.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.26.0",
"jest": "^29.2.2",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.8.2",
"typescript": "^4.9.3"
}
}