-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 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": "libretro-webassembly-simple",
"version": "1.0.0",
"main": "index.js",
"author": "Ross Squires <ross.squires@gmail.com>",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"service:start": "cross-env FOREVER_ROOT=./forever forever start service.json",
"service:stop": "cross-env FOREVER_ROOT=./forever forever stop retrobot"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@types/decompress": "^4.2.4",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/lodash": "^4.14.184",
"@types/lru-cache": "^7.10.10",
"@types/md5": "^2.3.2",
"@types/node": "^18.7.8",
"@types/sharp": "^0.30.5",
"@types/shelljs": "^0.8.11",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"bottleneck": "^2.19.5",
"cross-env": "^7.0.3",
"decompress": "^4.2.1",
"decompress-bzip2": "^4.0.0",
"decompress-tarbz2": "^4.1.1",
"decompress-targz": "^4.1.1",
"discord.js": "^14.9.0",
"dotenv": "^16.0.1",
"fast-glob": "^3.2.11",
"fluent-ffmpeg": "https://github.com/rossimo/node-fluent-ffmpeg",
"forever": "^4.0.3",
"hash-wasm": "^4.9.0",
"image-encode": "^1.3.1",
"lodash": "^4.17.21",
"lru-cache": "^7.14.0",
"md5": "^2.3.0",
"piscina": "^3.2.0",
"shelljs": "^0.8.5",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"erlpack": "^0.1.4",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
}
}