UNPKG

image-resize-turkcell

Version:
61 lines (60 loc) 1.5 kB
{ "name": "image-resize-turkcell", "version": "1.1.3", "description": "image-file-resizer-turkcell", "main": "build/index.js", "types": "./index.d.ts", "files": [ "build", "index.d.ts" ], "scripts": { "start": "webpack --watch", "build": "webpack", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/onurzorluer/react-image-file-resizer.git" }, "keywords": [ "react", "image-resizer", "image-file-resizer", "image", "photo", "file", "resize", "resizer", "compress", "rotate", "scaling", "scale" ], "author": "Muhammet Ahmet Derdiyok <muhammet.derdiyok@turkce.ll.com.tr>", "license": "MIT", "homepage": "https://github.com/onurzorluer/react-image-file-resizer#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "all-contributors-cli": "^6.19.0", "babel-cli": "^6.18.0", "babel-core": "^6.26.3", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "jest": "^26.6.3", "webpack": "^5.31.2", "webpack-cli": "^4.6.0" }, "bugs": { "url": "https://github.com/onurzorluer/react-image-file-resizer/issues" }, "dependencies": {} }