webpack-v5-chain
Version:
82 lines • 2.33 kB
JSON
{
"name": "webpack-v5-chain",
"version": "2.0.0",
"keywords": [
"chain",
"config",
"webpack"
],
"license": "MPL-2.0",
"author": {
"name": "Mister-Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Mister-Hope/webpack-v5-chain"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"deepmerge": "^4.3.1",
"javascript-stringify": "^2.1.0"
},
"devDependencies": {
"@codecov/rollup-plugin": "2.0.1",
"@mr-hope/tsconfig": "0.0.4",
"@types/node": "^22.20.1",
"@types/tapable": "2.3.0",
"@types/webpack": "5.28.5",
"@vitest/coverage-istanbul": "4.1.10",
"conventional-changelog": "8.0.1",
"conventional-changelog-conventionalcommits": "10.2.1",
"enhanced-resolve": "5.24.2",
"husky": "9.1.7",
"nano-staged": "1.0.2",
"oxc-config-hope": "0.3.9",
"oxfmt": "0.58.0",
"oxlint": "1.73.0",
"oxlint-tsgolint": "0.24.0",
"picocolors": "1.1.1",
"rimraf": "6.1.3",
"tsdown": "0.22.4",
"typescript": "7.0.2",
"unrun": "0.3.1",
"vitest": "4.1.10",
"webpack": "5.108.4",
"webpack-dev-server": "6.0.0"
},
"nano-staged": {
"**/*": "oxfmt --no-error-on-unmatched-pattern",
"*.{js,ts}": "oxlint --fix --type-aware --type-check --deny-warnings --report-unused-disable-directives"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.11.0",
"onFail": "download"
},
"runtime": {
"name": "node",
"version": "^22.22.0 || ^24.16.0 || ^26.3.0",
"onFail": "error"
}
},
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"build": "tsc && tsdown",
"changelog": "conventional-changelog -p conventionalcommits",
"clean": "rimraf ./dist",
"dev": "tsdown -w",
"lint": "NODE_NO_WARNINGS=1 oxlint --fix --type-aware --type-check --report-unused-disable-directives --deny-warnings && NODE_NO_WARNINGS=1 oxfmt",
"lint:check": "NODE_NO_WARNINGS=1 oxlint --type-aware --type-check --report-unused-disable-directives --deny-warnings && NODE_NO_WARNINGS=1 oxfmt --check",
"prepublish": "pnpm clean && pnpm build",
"test": "vitest --coverage"
}
}