UNPKG

webpack-merge-json-plugin

Version:

Webpack plugin to merge multiple json files into one

51 lines (50 loc) 1.28 kB
{ "name": "webpack-merge-json-plugin", "version": "0.1.0", "description": "Webpack plugin to merge multiple json files into one", "author": "sibiraj-s", "license": "MIT", "repository": "https://github.com/chenz24/merge-json-webpack-plugin.git", "homepage": "https://github.com/chenz24/merge-json-webpack-plugin", "main": "src/index.js", "types": "src/index.d.ts", "engines": { "node": ">=12.20.0", "npm": ">=7.19.0" }, "files": [ "src/" ], "scripts": { "prepublishOnly": "npm run test", "lint": "eslint . --ignore-path .gitignore", "test": "jest", "prepare": "sh ./scripts/install-husky.sh" }, "keywords": [ "json-merge", "webpack-merge-json-plugin", "webpack-plugin" ], "peerDependencies": { "webpack": "^5.0.0" }, "dependencies": { "fast-glob": "^3.2.7", "schema-utils": "^3.1.1" }, "devDependencies": { "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", "@types/jest": "^27.0.2", "eslint": "^8.1.0", "eslint-config-pegasus": "^3.0.1", "eslint-plugin-jest": "^25.2.2", "husky": "^7.0.4", "jest": "^27.3.1", "jest-extended": "^1.1.0", "lint-staged": "^11.2.6", "lodash": "^4.17.21", "webpack": "^5.61.0" } }