images-set-to-webp-converter
Version:
Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin
106 lines (105 loc) • 3.04 kB
JSON
{
"name": "images-set-to-webp-converter",
"version": "2.0.6",
"description": "Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin",
"author": "Sviatoslav Kuzhelev Front-End Dev <sviat770@gmail.com> <https://sviathuzh.top>",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BiosBoy/images-set-to-webp-converter.git"
},
"keywords": [
"js",
"ts",
"webp",
"css",
"images",
"retina",
"web",
"imagesset",
"imageset",
"picture"
],
"bugs": {
"url": "https://github.com/BiosBoy/images-set-to-webp-converter/issues"
},
"homepage": "https://github.com/BiosBoy/images-set-to-webp-converter",
"main": "./lib/lib-min.js",
"bin": {
"images-set-to-webp-converter": "./bin/cli.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.@(js|jsx)": [
"prettier --write",
"eslint --fix --quiet",
"jest --bail --findRelatedTests"
],
"*.@(ts|tsx)": [
"prettier --write --parser typescript",
"tslint --fix -c tslint.json",
"jest --bail --findRelatedTests"
]
},
"scripts": {
"run:dev": "node ./src/index.ts",
"run:prod": "node ./lib/lib-min.js",
"lint:staged": "lint-staged",
"test:all": "jest --config jest.config.js",
"compile": "npx webpack",
"build": "lint-staged && compile"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^10.11.4",
"@types/webpack": "^4.4.14",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-env": "^1.14.0",
"@types/webpack-hot-middleware": "^2.16.4",
"better-npm-run": "^0.1.1",
"debug": "^4.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^22.10.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"husky": "^4.2.3",
"jest": "^24.8.0",
"json-lint": "^0.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.2.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"awesome-typescript-loader": "^5.2.1",
"cwebp": "^2.0.5",
"express": "^4.17.1",
"json-loader": "^0.5.7",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-middleware": "^1.5.1"
}
}