png-upload-optimizer
Version:
Simple PNG Image Upload optimizer for frontend that scales your image as per your usability
39 lines (38 loc) • 948 B
JSON
{
"name": "png-upload-optimizer",
"version": "1.0.4",
"description": "Simple PNG Image Upload optimizer for frontend that scales your image as per your usability",
"main": "index.js",
"files": [
"build",
"README.md"
],
"scripts": {
"test": "react-scripts test --env=jsdom",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amanshrt/png-optimizer"
},
"keywords": [
"png-optimizer",
"image-optimizer",
"react-image-optimizer",
"image-scaling",
"react-image-scaling",
"png-image-scaling"
],
"author": "subashshrt",
"license": "MIT",
"bugs": {
"url": "https://github.com/amanshrt/png-optimizer/issues"
},
"homepage": "https://github.com/amanshrt/png-optimizer#readme",
"dependencies": {
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}