-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-dist.json
70 lines (70 loc) · 1.75 KB
/
package-dist.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "discordjs-nakaaa-ts",
"version": "1.1.6",
"description": "Standalone bot but have some feature built with discord js v14 and typescript",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sleepy4k/discordjs-nakaaa-ts.git"
},
"keywords": [
"github",
"discordjs",
"discord-bot",
"discord",
"discord.js",
"express",
"nodejs",
"node",
"javascript",
"api"
],
"author": "benjamin4k",
"license": "MIT License",
"bugs": {
"url": "https://github.com/sleepy4k/discordjs-nakaaa-ts/issues"
},
"homepage": "https://github.com/sleepy4k/discordjs-nakaaa-ts#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@discordjs/opus": "^0.9.0",
"@web-scrobbler/metadata-filter": "^3.2.0",
"axios": "^1.7.2",
"cookie-session": "^2.1.0",
"cpu-stat": "^2.0.1",
"debug": "^4.3.5",
"discord-api-types": "^0.37.91",
"discord-player": "^6.6.10",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ejs-mate": "^4.0.0",
"express": "^4.19.2",
"ffmpeg-static": "~5.2.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"ms": "2.1.3",
"node_characterai": "^1.2.7",
"os": "^0.1.2",
"ytdl-core": "^4.11.5",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.9",
"copyfiles": "^2.4.1",
"nodemon": "^3.1.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.2"
},
"private": true,
"engines": {
"node": ">=16.13.0"
}
}