{
  "name": "minified-angular",
  "version": "1.0.7-a-lts",
  "description": "Embeds all the angular bundle files into the index.html, excluding assets folder",
  "main": "gulpfile.js",
  "scripts": {
    "minify": "gulp replaceAndInline --inputPath 'dist'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "diegoromer",
  "license": "ISC",
  "dependencies": {
    "fs-extra": "^10.1.0",
    "gulp": "^4.0.2",
    "gulp-cli": "^2.3.0",
    "gulp-delete-file": "^1.0.2",
    "gulp-gzip": "^1.4.2",
    "gulp-html-replace": "^1.6.2",
    "gulp-inline-source": "^4.0.0",
    "gulp-modify-file": "^1.0.1",
    "gulp-replace": "^1.1.3",
    "gulp-run": "^1.7.1",
    "gulp-run-command": "^0.0.10",
    "gulp-tap": "^2.0.0",
    "gulp-tar": "^3.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-util": "^3.0.8",
    "ngx-build-plus": "^14.0.0"
  },
  "bin": {
    "minify-angular": "./cli.js"
  },
  "devDependencies": {
    "yargs": "^17.5.1"
  }
}
