UNPKG

merge-json-webpack-plugin

Version:
51 lines (50 loc) 1.29 kB
{ "name": "merge-json-webpack-plugin", "version": "6.2.1", "description": "Webpack plugin to merge multiple json files into one", "author": "sibiraj-s", "license": "MIT", "repository": "https://github.com/sibiraj-s/merge-json-webpack-plugin.git", "bugs": "https://github.com/sibiraj-s/merge-json-webpack-plugin/issues", "homepage": "https://github.com/sibiraj-s/merge-json-webpack-plugin#readme", "main": "src/index.js", "types": "src/index.d.ts", "engines": { "node": ">=12.20.0", "npm": ">=7.20.0" }, "files": [ "src/" ], "scripts": { "prepublishOnly": "npm run test", "lint": "oxlint .", "test": "jest", "prepare": "sh ./scripts/install-husky.sh" }, "keywords": [ "json-merge", "merge-json-webpack-plugin", "webpack-plugin" ], "peerDependencies": { "webpack": "^5.0.0" }, "dependencies": { "fast-glob": "^3.2.12", "schema-utils": "^4.0.0" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/jest": "^30.0.0", "husky": "^9.1.7", "jest": "^30.0.4", "jest-extended": "^6.0.0", "lint-staged": "^16.1.2", "lodash": "^4.17.21", "oxlint": "^1.5.0", "publint": "^0.3.12", "webpack": "^5.99.9" } }