-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.13 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
54
{
"name": "oimi-live",
"version": "1.0.2",
"description": "",
"main": "src/index.js",
"bin": "bin/index.js",
"scripts": {
"dev": "nodemon ./bin/index.js",
"pkg": "pkg . --debug",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"pkg": {
"scripts": [
"src/**/*.js",
"app.js"
],
"assets": [
"./public/**/*",
"./public/*",
"bin/**/*",
"node_modules/figlet/fonts/ANSI Shadow.flf"
],
"targets": [
"node14-macos-arm64",
"node14-macos-x64",
"node14-windows-x64",
"node14-linuxstatic-x64",
"node14-linux-arm64",
"node14-alpine-x64",
"node14-alpine-arm64"
],
"outputPath": "dist"
},
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"download": "^8.0.0",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"figlet": "^1.6.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.1",
"ip": "^1.1.8",
"log4js": "^6.9.1",
"utf8": "^3.0.0",
"websocket-stream": "^5.5.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"pkg": "^5.8.1"
}
}