|  | { | 
|  | "name": "optimize-css-assets-webpack-plugin", | 
|  | "version": "6.0.1", | 
|  | "description": "A Webpack plugin to optimize \\ minimize CSS assets.", | 
|  | "keywords": [ | 
|  | "CSS", | 
|  | "duplicate", | 
|  | "extract-text-webpack-plugin", | 
|  | "minimize", | 
|  | "optimize", | 
|  | "remove", | 
|  | "webpack" | 
|  | ], | 
|  | "homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin", | 
|  | "license": "MIT", | 
|  | "author": "Nuno Rodrigues", | 
|  | "main": "src/index.js", | 
|  | "repository": { | 
|  | "type": "git", | 
|  | "url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git" | 
|  | }, | 
|  | "scripts": { | 
|  | "test": "jest", | 
|  | "test:watch": "jest --watch" | 
|  | }, | 
|  | "jest": { | 
|  | "testEnvironment": "node", | 
|  | "watchPathIgnorePatterns": [ | 
|  | "<rootDir>/test/js/*.*" | 
|  | ] | 
|  | }, | 
|  | "dependencies": { | 
|  | "cssnano": "^5.0.2", | 
|  | "last-call-webpack-plugin": "^3.0.0", | 
|  | "postcss": "^8.2.1" | 
|  | }, | 
|  | "devDependencies": { | 
|  | "babel-core": "^6.26.3", | 
|  | "babel-jest": "^26.3.0", | 
|  | "babel-plugin-transform-object-rest-spread": "^6.26.0", | 
|  | "babel-polyfill": "^6.26.0", | 
|  | "babel-preset-env": "^1.7.0", | 
|  | "css-loader": "^3.6.0", | 
|  | "extract-text-webpack-plugin": "next", | 
|  | "jest": "^26.4.2", | 
|  | "style-loader": "^0.20.1", | 
|  | "webpack": "^4.44.1" | 
|  | }, | 
|  | "peerDependencies": { | 
|  | "webpack": "^4.0.0" | 
|  | } | 
|  | } |