forked from hoangsonww/Image-Video-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 945 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
36
37
38
39
40
41
42
{
"name": "image-video-tools",
"version": "1.0.0",
"description": "A comprehensive suite of tools for manipulating images and videos directly in your browser.",
"main": "index.html",
"scripts": {
"start": "live-server --open=index.html",
"build": "echo 'No build step specified'",
"test": "echo 'No test specified'"
},
"keywords": [
"image",
"video",
"tools",
"manipulation",
"editing",
"browser"
],
"author": "Son Nguyen",
"license": "MIT",
"dependencies": {
"ffmpeg.js": "^4.1.0",
"live-server": "^1.1.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"prettier": "^2.3.2"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hoangsonww/Image-Video-Tools/"
},
"homepage": "https://hoangsonww.github.io/Image-Video-Tools/",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}