{"name":"clean-webpack-plugin","version":"2.0.0","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","license":"MIT","main":"dist/clean-webpack-plugin.js","types":"dist/clean-webpack-plugin.d.ts","engines":{"node":">=6.9.0"},"keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"clean":"del-cli --dot=true \"./dist/**/*\"","build":"npm run clean && npm run build.compile && npm run build.types","build.compile":"cross-env NODE_ENV=production babel src -d dist --verbose --extensions .ts --ignore */**/*.d.ts,**/**/*.test.ts --source-maps","build.types":"cross-env NODE_ENV=production tsc --project tsconfig.types.json","dev":"npm run clean && cross-env NODE_ENV=development babel -w src -d dist --verbose --extensions .ts --ignore */**/*.d.ts,**/**/*.test.ts --source-maps","lint":"eslint --ext .js,.ts .","lint.fix":"eslint --ext .js,.ts --fix .","format":"prettier \"**/*.{js,mjs,jsx,ts,tsx,json,scss,less,css,md,yml,yaml}\" --write","test":"jest","test.update":"jest --update-snapshot","test.watch":"jest --watch","test.all":"node ./dev-utils/test-supported-webpack-versions.js","test.ci":"npm run build && npm run lint && npm run typescript && npm run test.all -- --ci","typescript":"tsc","git-pre-commit":"lint-staged","git-pre-push":"npm run lint && npm run typescript && npm run test.all","prepublishOnly":"npm run build && npm run lint && npm run typescript && npm run test.all"},"peerDependencies":{"webpack":"*"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.3.4","@babel/preset-env":"^7.3.4","@babel/preset-typescript":"^7.3.3","@chrisblossom/eslint-config":"^4.0.10","@types/jest":"^24.0.9","@types/node":"^11.10.4","@types/read-pkg-up":"^3.0.1","@types/webpack":"^4.4.25","babel-jest":"^24.1.0","babel-plugin-add-module-exports":"^1.0.0","codecov":"^3.2.0","cross-env":"^5.2.0","del-cli":"^1.1.0","eslint":"^5.15.0","execa":"^1.0.0","husky":"^1.3.1","jest":"^24.1.0","lint-staged":"^8.1.5","listr":"^0.14.3","prettier":"^1.16.4","read-pkg-up":"^4.0.0","semver":"^5.6.0","temp-sandbox":"^1.0.17","typescript":"^3.3.3333","webpack":"^4.29.6"},"dependencies":{"del":"^4.0.0"},"gitHead":"2e7f7f63699460d827329c04779001a237113f57","_id":"clean-webpack-plugin@2.0.0","_npmVersion":"6.5.0","_nodeVersion":"11.7.0","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"051235deafc240907536c2bcac8531649f4589e5","size":8843,"noattachment":false,"key":"/clean-webpack-plugin/-/clean-webpack-plugin-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/clean-webpack-plugin/download/clean-webpack-plugin-2.0.0.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/clean-webpack-plugin_2.0.0_1551719262144_0.9871370993586945"},"_hasShrinkwrap":false,"publish_time":1551719262286,"_cnpm_publish_time":1551719262286,"dist-tags":{"latest":"4.0.0"}}