-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 965 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
{
"name": "@rajesh896/video-thumbnails-generator",
"version": "2.3.9",
"description": "This package will generate n numbers of thumbnails at different position in a given video file.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build:npm": "tsc",
"minify:js": "uglifyjs ./lib/index.js --output ./lib/index.js",
"copy:minified:src": "uglifyjs ./lib/index.js --output ./example/src/hooks/video-thumbnails-generator.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rajesh-Royal/vThumb.js.git"
},
"keywords": [
"video",
"thumbnails",
"reactjs",
"typescript",
"javascript"
],
"author": "Rajesh-Royal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rajesh-Royal/vThumb.js/issues"
},
"homepage": "https://vthumb.netlify.app/",
"devDependencies": {
"uglify-js": "^3.15.4"
}
}