compress/package.json

49 lines
1.1 KiB
JSON

{
"name": "@sirherobrine23/compresser",
"version": "3.7.0",
"description": "Decompress file with auto detect type and compress",
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"prepack": "tsc --build --clean && tsc --build",
"postpack": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/coreUtils.git"
},
"keywords": [
"auto",
"decompress",
"compress",
"streaming",
"stream",
"xz",
"lzma",
"gzip",
"bzip2",
"Zstd",
"zstd",
"Zstandard",
"deflate"
],
"author": "Matheus Sampaio Queirora <srherobrine20@gmail.com>",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Sirherobrine23/coreUtils/issues"
},
"homepage": "https://github.com/Sirherobrine23/coreUtils#readme",
"dependencies": {
"@sirherobrine23/cppzst": "^2.1.0",
"duplexify": "^4.1.2",
"lzma-native": "^8.0.6",
"unbzip2-stream": "^1.4.3"
},
"devDependencies": {
"@types/duplexify": "^3.6.4",
"@types/lzma-native": "^4.0.4",
"@types/unbzip2-stream": "^1.4.3"
}
}