{
  "name": "merger-js",
  "displayName": "MergerJS",
  "version": "3.10.3",
  "description": "Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.",
  "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md",
  "author": {
    "name": "shivayl",
    "url": "https://github.com/joao-neves95"
  },
  "license": "GPLv3.0",
  "homepage": "https://github.com/joao-neves95/merger-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/joao-neves95/merger-js"
  },
  "bugs": {
    "url": "https://github.com/joao-neves95/merger-js/issues"
  },
  "main": "merger.js",
  "bin": {
    "merger": "./merger.js"
  },
  "preferGlobal": true,
  "install": "npm install merger-js -g",
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=6.4.0"
  },
  "scripts": {
    "test": "npm audit && node tests/test.js",
    "update": "npm i merger-js -g"
  },
  "deprecated": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "chokidar": "^3.4.0",
    "commander": "^5.1.0",
    "inquirer": "^7.1.0",
    "is-text-path": "^2.0.0",
    "js.system.collections": "^1.5.0",
    "line-by-line": "^0.1.6",
    "node-notifier": "^6.0.0",
    "uglify-es": "^3.3.10"
  },
  "devDependencies": {
    "jasmine": "^3.4.0"
  },
  "keywords": [
    "build",
    "bundler",
    "tool",
    "merge",
    "merger",
    "uglify",
    "minify",
    "auto builds",
    "auto",
    "pack",
    "javascript",
    "front-end",
    "frontend",
    "cli"
  ]
}
