-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 984 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 984 Bytes
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
{
"name": "bismuth",
"version": "0.1.0",
"author": "superjaba2000",
"license": "ISC",
"type": "module",
"scripts": {
"start": "node src/index.js",
"prebuild": "webpack --mode production",
"build": "pkg . -t node16-windows-x64"
},
"bin": "dist/bundle.cjs",
"pkg": {
"scripts": "dist/bundle.cjs",
"assets": [
"ui-options/**/*",
"node_modules/reblessed/dist/lib/widgets/*.js",
"node_modules/**/*"
]
},
"dependencies": {
"@descript/web-audio-js": "^0.15.3-patched.6",
"audio-decode": "^2.2.3",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"json5": "^2.2.3",
"music-metadata": "^11.10.5",
"reblessed": "^0.2.1",
"speaker": "^0.5.5",
"winston": "^3.19.0"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"babel-loader": "^10.0.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0"
}
}