{
  "name": "ngx-bootstrap-base",
  "version": "6.2.0",
  "description": "Native Angular Bootstrap Components",
  "private": true,
  "scripts": {
    "lite-server": "lite-server -c scripts/bs-config.js",
    "demo.gen-docs": "node ../scripts/docs/get-doc.js",
    "demo.fetch": "node scripts/fetch-docs.js",
    "demo.archive": "node ../scripts/gh-pages-predeploy.ts",
    "demo.ng-build": "ng build --prod",
    "demo.set-version": "run-s demo.fetch demo.archive",
    "demo.deploy-gh-pages": "gh-pages -d gh-pages",
    "demo.build": "run-s build demo.gen-docs demo.ng-build demo.set-version",
    "demo.build:latest": "run-s build.latest demo.gen-docs demo.ng-build demo.set-version",
    "demo.serve": "run-s demo.build lite-server",
    "demo.serve-universal": "run-s build:dynamic serve:dynamic",
    "demo.deploy": "run-s demo.build demo.deploy-gh-pages",
    "link": "npm link ./dist && npm link ngx-bootstrap",
    "lint-pretty": "prettier --config .prettierrc --write -l  \\\"{demo/src,src}/**/*.ts\\\"",
    "lint-src": "tslint \\\"src/**/*.ts\\\" -c tslint.json -p src/tsconfig.spec.json -e \\\"src/chronos/**\\\"",
    "lint": "exit 0",
    "disable-lint": "tslint \\\"**/*.ts\\\" -c tslint.json --fix --type-check -t prose -e \\\"node_modules/**\\\" -e \\\"dist/**\\\" -e \\\"temp/**\\\" -e \\\"scripts/docs/**\\\"",
    "flow.changelog": "conventional-changelog -i ../CHANGELOG.md -s -p angular",
    "flow.github-release": "conventional-github-releaser -p angular",
    "build": "run-s build.modules build:schematics build.sass",
    "build.windows": "run-s build-modules.windows build:schematics build.sass",
    "build.latest": "run-s build-modules.latest build:schematics build.sass",
    "dist-to-modules": "cp -R ./dist/. ./node_modules/ngx-bootstrap",
    "dist-to-modules.windows": "mkdir .\\node_modules\\ngx-bootstrap & xcopy .\\dist\\. .\\node_modules\\ngx-bootstrap /s /y",
    "dist-to-modules.deploy": "rsync -R ./dist/. ./node_modules/ngx-bootstrap",
    "build.watch": "node scripts/build-modules --watch",
    "build-modules.windows": "node scripts/build-modules --windows",
    "build-modules.latest": "node scripts/build-modules --latest",
    "build:schematics": "node scripts/schematics/build",
    "build.modules": "node scripts/build-modules",
    "ci:update-pkg": "node scripts/ci/update-pkg.js",
    "ci:rename-pkg": "mv node_modules/ngx-bootstrap-ci node_modules/ngx-bootstrap",
    "build.sass": "node-sass --recursive ../src --output dist --source-map true --source-map-contents sass",
    "start": "ng serve --aot --host 0.0.0.0",
    "pretest": "run-s lint build",
    "test": "ng test && npm run test:schematics",
    "test:schematics": "jasmine schematics/src/**/*.spec.js",
    "test-cross": "SAUCE=true && ng test",
    "test-coverage": "ng test --code-coverage",
    "version": "node scripts/version && npm run version.changelog",
    "version.changelog": "run-s changelog git-add git-commit-changelog",
    "git-add": "git add -A",
    "git-commit-changelog": "git commit -am \"chore(changelog): update [skip ci] \"",
    "changelog": "conventional-changelog -i ../CHANGELOG.md -s -p angular -r 0",
    "cy:open": "../cypress open",
    "cy:run:smoke": "APPLITOOLS_CONCURRENCY=100 ../cypress run --config integrationFolder=cypress/integration",
    "cy:run:full": "APPLITOOLS_CONCURRENCY=100 ../cypress run --config integrationFolder=cypress/full",
    "cy:run:all": "APPLITOOLS_CONCURRENCY=100 ../cypress run --config integrationFolder=cypress --spec '**/*_spec.ts'",
    "cy:run:snapshot": "APPLITOOLS_CONCURRENCY=100 ../cypress run --config integrationFolder=cypress/snapshot",
    "view-stats": "webpack-bundle-analyzer demo/dist/stats.json",
    "build:ssr": "run-s build build:client-and-server-bundles webpack:server configure-heroku",
    "serve:ssr": "node demo/dist/server",
    "build:client-and-server-bundles": "ng build --prod && ng run ngx-bootstrap:server",
    "webpack:server": "webpack --config scripts/universal/webpack.server.config.js --progress --colors",
    "configure-heroku": "node scripts/universal/configure-heroku.js"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint-src"
    }
  },
  "main": "bundles/ngx-bootstrap.umd.js",
  "module": "esm5/ngx-bootstrap.js",
  "typings": "ngx-bootstrap.d.ts",
  "keywords": [
    "angular",
    "bootstap",
    "ng",
    "ng2",
    "angular2",
    "twitter-bootstrap"
  ],
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/valor-software/ngx-bootstrap.git"
  },
  "bugs": {
    "url": "https://github.com/valor-software/ngx-bootstrap/issues"
  },
  "homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
  "devDependencies": {
    "@angular-devkit/build-angular": "0.1100.3",
    "@angular-devkit/core": "11.0.3",
    "@angular-devkit/schematics": "11.0.3",
    "@angular/animations": "11.0.3",
    "@angular/cli": "11.0.3",
    "@angular/common": "11.0.3",
    "@angular/compiler": "11.0.3",
    "@angular/compiler-cli": "11.0.3",
    "@angular/core": "11.0.3",
    "@angular/forms": "11.0.3",
    "@angular/language-service": "11.0.3",
    "@angular/platform-browser": "11.0.3",
    "@angular/platform-browser-dynamic": "11.0.3",
    "@angular/platform-server": "11.0.3",
    "@angular/router": "11.0.3",
    "@angular/service-worker": "11.0.3",
    "@applitools/eyes.cypress": "3.4.2",
    "@cypress/webpack-preprocessor": "3.0.1",
    "@nestjs/common": "6.0.1",
    "@nestjs/core": "6.0.5",
    "@nestjs/microservices": "6.0.5",
    "@nestjs/ng-universal": "0.5.1",
    "@nestjs/platform-express": "^6.0.1",
    "@netbasal/spectator": "3.12.0",
    "@nguniversal/common": "11.0.1",
    "@nguniversal/express-engine": "11.0.1",
    "@nguniversal/module-map-ngfactory-loader": "9.0.0-next.9",
    "@schematics/angular": "11.0.3",
    "@stackblitz/sdk": "1.5.2",
    "@types/chai": "4.2.14",
    "@types/jasmine": "2.8.7",
    "@types/jasminewd2": "2.0.8",
    "@types/marked": "1.2.1",
    "@types/node": "14.14.10",
    "@types/sinon": "2.3.7",
    "@types/tapable": "1.0.6",
    "@types/webpack": "4.41.25",
    "bootstrap": "4.5.3",
    "chai": "4.1.2",
    "classlist-polyfill": "1.2.0",
    "codecov": "3.1.0",
    "codelyzer": "5.0.1",
    "compression": "1.7.2",
    "conventional-changelog-cli": "1.3.22",
    "conventional-github-releaser": "2.0.2",
    "core-js": "3.6.0",
    "cpy": "7.0.0",
    "cpy-cli": "2.0.0",
    "cypress": "3.4.1",
    "express": "4.17.1",
    "gh-pages": "1.1.0",
    "gitignore-to-glob": "0.3.0",
    "google-code-prettify": "1.0.5",
    "html-loader": "0.5.5",
    "husky": "1.0.0",
    "intl": "^1.2.5",
    "jasmine": "3.1.0",
    "jasmine-core": "3.1.0",
    "jasmine-data-provider": "2.2.0",
    "jasmine-spec-reporter": "4.2.1",
    "json": "9.0.6",
    "karma": "4.1.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "^1.0.1",
    "karma-coverage-istanbul-reporter": "1.4.3",
    "karma-edge-launcher": "0.4.2",
    "karma-firefox-launcher": "1.1.0",
    "karma-ie-launcher": "1.0.0",
    "karma-jasmine": "1.1.2",
    "karma-jasmine-html-reporter": "1.1.0",
    "karma-remap-istanbul": "0.6.0",
    "karma-safari-launcher": "1.0.0",
    "karma-sauce-launcher": "1.2.0",
    "karma-typescript": "4.0.0",
    "lite-server": "2.3.0",
    "lodash": "4.17.20",
    "mini-css-extract-plugin": "0.5.0",
    "mocha": "5.1.1",
    "ng-packagr": "9.0.0",
    "ngm-cli": "1.0.4",
    "ngx-page-scroll": "7.0.3",
    "nodemon": "1.18.10",
    "npm-run-all": "4.1.5",
    "prettier": "1.12.1",
    "puppeteer": "5.5.0",
    "reflect-metadata": "0.1.13",
    "require-dir": "1.0.0",
    "rollup": "0.58.2",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-node-resolve": "3.3.0",
    "rxjs": "6.6.3",
    "terser": "3.17.0",
    "ts-helpers": "^1.1.1",
    "ts-loader": "4.3.0",
    "ts-node": "6.0.3",
    "tsconfig-paths": "3.8.0",
    "tsickle": "0.35.0",
    "tslib": "1.9.3",
    "tslint": "5.10.0",
    "tslint-config-valorsoft": "2.1.1",
    "typedoc": "0.11.1",
    "typescript": "4.0.5",
    "wait-on": "2.1.0",
    "wallaby-webpack": "3.9.7",
    "web-animations-js": "2.3.2",
    "webpack-bundle-analyzer": "2.11.3",
    "webpack-cli": "3.3.0",
    "zone.js": "0.11.3"
  }
}
