shpck
Version:
Ultra-fast, multi-threaded file compression tool for images, videos, and media files
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "shpck",
"version": "3.4.0",
"description": "Ultra-fast, multi-threaded file compression tool for images, videos, and media files",
"homepage": "https://github.com/wish-logger/shpck",
"repository": {
"type": "git",
"url": "https://github.com/wish-logger/shpck.git"
},
"bugs": {
"url": "https://github.com/wish-logger/shpck/issues"
},
"main": "src/api.js",
"types": "src/api.d.ts",
"bin": {
"shpck": "./bin/shpck.js"
},
"scripts": {
"start": "node src/index.js",
"install-global": "npm install -g .",
"uninstall-global": "npm uninstall -g shpck",
"multi-thread-demo": "node examples/multi-thread-demo.js",
"build": "node scripts/build.js",
"test": "jest",
"dev": "nodemon src/index.js"
},
"keywords": [
"compression",
"image-optimization",
"video-compression",
"file-packer",
"media-compression",
"multi-threading",
"worker-threads",
"ultrafast",
"batch-processing",
"cli",
"sharp",
"ffmpeg"
],
"author": "ImpulseDev",
"license": "MIT",
"dependencies": {
"@impulsedev/shcl": "^1.0.2",
"commander": "^11.1.0",
"ffmpeg": "^0.0.4",
"filesize": "^10.1.0",
"fluent-ffmpeg": "^2.1.2",
"glob": "^10.3.10",
"mime-types": "^2.1.35",
"ora": "^5.4.1",
"progress": "^2.0.3",
"sharp": "^0.33.5"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.2"
},
"engines": {
"node": ">=16.0.0"
}
}