UNPKG

favicon-loader

Version:

A webpack loader around the 'favicon' package

44 lines (43 loc) 906 B
{ "name": "favicon-loader", "repository": "", "files": [ "/dist/index.js", "/dist/index.js.map", "/dist/index.d.ts" ], "version": "0.0.2", "description": "A webpack loader around the 'favicon' package", "keywords": [ "webpack", "favicon", "loader" ], "main": "dist/index.js", "scripts": { "test": "jest", "build": "tsc --declaration" }, "author": "ME", "license": "ISC", "devDependencies": { "@types/favicons": "^5.3.2", "@types/jest": "^24.0.18", "@types/loader-utils": "^1.1.3", "@types/memory-fs": "^0.3.2", "@types/node": "^12.7.9", "@types/require-from-string": "^1.2.0", "@types/webpack": "^4.39.2", "jest": "^24.9.0", "memory-fs": "^0.4.1", "require-from-string": "^2.0.2", "ts-jest": "^24.1.0", "ts-node": "^8.4.1", "typescript": "^3.6.3", "webpack": "^4.41.0" }, "dependencies": { "favicons": "^5.4.1", "loader-utils": "^1.2.3" } }