{ "name": "laravel-mix-merge-manifest", "version": "2.1.0", "description": "A quick Laravel Mix extension to support multi mix configration without overwriting the mix-manifest.json file.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kabbouchi/laravel-mix-merge-manifest.git" }, "keywords": [ "laravel", "laravel mix", "mix", "multi", "manifest" ], "author": "Georges KABBOUCHI", "license": "MIT", "bugs": { "url": "https://github.com/kabbouchi/laravel-mix-merge-manifest/issues" }, "homepage": "https://github.com/kabbouchi/laravel-mix-merge-manifest#readme", "dependencies": { "lodash": "^4.17.4" } }