-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 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
{
"name": "ffmpegshit",
"version": "1.0.0",
"description": "",
"main": "helpme.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@kmamal/sdl": "^0.8.4",
"@nut-tree/nut-js": "^3.1.2",
"@tonejs/midi": "^2.0.28",
"canny-edge-detector": "^1.0.0",
"canvas": "^2.11.2",
"easymidi": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"gm": "^1.25.0",
"image-js": "^0.35.4",
"kmeansjs": "^0.0.3",
"midi-parser-js": "^4.0.4",
"node-fetch": "^2.7.0",
"opencv4nodejs": "^5.6.0",
"pngjs": "^6.0.0",
"points-on-path": "^0.2.1",
"potrace": "^2.1.8",
"puppeteer": "^20.9.0",
"raphael": "^2.3.0",
"screenshot-desktop": "^1.12.7",
"sharp": "^0.31.2",
"svg-parser": "^2.0.4",
"svg-path-parser": "^1.1.0",
"svg-path-properties": "^1.2.0",
"svgo": "^3.0.2",
"tone": "^14.7.77",
"ws": "^8.12.0",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}