webpack-favicons
Version:
Webpack plugin to generate favicons for devices and browsers
49 lines (48 loc) • 2.03 kB
JSON
{
"name": "webpack-favicons",
"keywords": [
"webpack",
"favicon",
"favicons",
"webpack favicon",
"webpack html favicon",
"webpack favicons"
],
"version": "1.5.43",
"description": "Webpack plugin to generate favicons for devices and browsers",
"repository": "drolsen/webpack-favicons",
"bugs": {
"url": "https://github.com/drolsen/webpack-favicons/issues"
},
"author": "Devin R. Olsen <devin@devinrolsen.com> (http://devinrolsen.com)",
"license": "MIT",
"scripts": {
"test": "npm run basic-test && npm run nested-test && npm run manifest-test && npm run public-test && npm run mixed-test && npm run minimal-test && npm run callback-test && npm run copy-test && npm run hybrid-test && npm run full-test && npm run ava-test",
"basic-test": "webpack --config ./test/basic.config.js --mode production",
"nested-test": "webpack --config ./test/nested.config.js --mode production",
"public-test": "webpack --config ./test/public-path.config.js --mode production",
"manifest-test": "webpack --config ./test/manifest-path.config.js --mode production",
"mixed-test": "webpack --config ./test/mixed-path.config.js --mode production",
"full-test": "webpack --config ./test/full.config.js --mode production",
"callback-test": "webpack --config ./test/callback.config.js --mode production",
"minimal-test": "webpack --config ./test/minimal.config.js --mode production",
"copy-test": "webpack --config ./test/copy.config.js --mode production",
"hybrid-test": "webpack --config ./test/hybridcopy.config.js --mode production",
"ava-test": "ava ./test/ava.test.js"
},
"engines": {
"node": ">=18.17.0"
},
"devDependencies": {
"ava": "4.0.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^10.2.3",
"html-loader": "3.1.0",
"html-webpack-plugin": "5.6.3",
"webpack": "5.95.0",
"webpack-cli": "4.9.1"
},
"dependencies": {
"favicons": "7.2.0"
}
}