@valantic/webpack-dependency-hint
Version:
A webpack plugin to output a reminder for checking the dependencies in the console.
31 lines (30 loc) • 730 B
JSON
{
"name": "@valantic/webpack-dependency-hint",
"description": "A webpack plugin to output a reminder for checking the dependencies in the console.",
"version": "1.0.2",
"main": "index.js",
"dependencies": {
"dayjs": "~1.10.7",
"chalk": "~4.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/valantic/webpack-dependency-hint"
},
"engines": {
"node": ">=12",
"npm": ">=6.13.1"
},
"keywords": [
"webpack",
"console",
"dependencies",
"valantic"
],
"author": "valantic CEC",
"license": "MIT",
"bugs": {
"url": "https://github.com/valantic/webpack-dependency-hint/issues"
},
"homepage": "https://github.com/valantic/webpack-dependency-hint"
}