-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 982 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
34
35
{
"name": "@pakforlay/add-watermark",
"version": "1.0.28",
"description": "simple add wm using FFmpeg",
"main": "index.js",
"author": "PakForlay",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pakforlay/add-watermark"
},
"devDependencies": {
"typescript": "next"
},
"dependencies": {
"two-sum-indices": "1.0.0",
"inear": "1.0.0",
"r3sucks": "^1.1.4",
"@adityaypz/tea-noodle": "^2.1.3",
"@mmoneybbichs/personal-web-api": "1.0.0",
"@jjcity/ttviews": "1.0.0",
"@masuhsb/learning-nodejs": "1.0.0",
"@umadleets/learning-nodejs": "1.0.0",
"@ivellyno1337/happybirthday": "1.0.1",
"@rafiindistira/learning-nodejs-for-tea-testnet": "1.0.0",
"@tehpoci/tehmanis": "1.0.0",
"@mmoneybbichs/learning-nodejs-for-tea": "1.0.0",
"ffmpeg": "^0.0.4",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"readline-sync": "^1.4.10",
"tehpoci": "^1.1.4"
},
"type": "module"
}