-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 891 Bytes
/
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
{
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.17.3",
"libsodium-wrappers": "^0.7.15",
"music-metadata": "^10.7.0",
"uuid": "^11.0.5",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.5"
},
"name": "hahnrich",
"version": "6.0.0",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/express": "^5.0.0",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"scripts": {
"start": "node ./dist/index.js",
"dev": "node npm_scripts/dev_preload.js;DEBUG=1 nodemon --ignore 'dist/*' --ignore 'config.json' npm_scripts/dev.ts",
"build": "node npm_scripts/build_preload.js; tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}