UNPKG

react-compress-dist

Version:

Easy way to compress your JS bundle when you compile build folder

35 lines 736 B
{ "name": "react-compress-dist", "version": "3.6.4", "description": "Easy way to compress your JS bundle when you compile build folder", "main": "index.js", "scripts": { "test": "jest" }, "bin": { "react-compress": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Ivan-Corporation/react-compress.git" }, "keywords": [ "compress", "brotli", "gzip", "react", "react-compress", "build", "minify-javascript" ], "author": "KomaHuman", "license": "MIT", "devDependencies": { "jest": "^27.3.1", "prettier": "^2.4.1" }, "dependencies": { "app-root-path": "^3.0.0", "yargs": "^17.2.1" } }