{
  "name": "ngx-bootstrap-base-farsi",
  "version": "8.0.1",
  "license": "MIT",
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "schematics": "./schematics/src/collection.json",
  "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",
  "scripts": {
    "ng": "nx",
    "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
    "nx": "nx",
    "start": "ng serve",
    "build": "ng build",
    "test": "nx run-many --all --target=test",
    "test:detectOpenHandles": "nx run-many --all --target=test --detectOpenHandles",
    "lint": "nx run-many --all --target=lint",
    "e2e": "ng e2e",
    "version": "nx run ngx-bootstrap:version",
    "affected:apps": "nx affected:apps",
    "affected:libs": "nx affected:libs",
    "affected:build": "nx affected:build",
    "affected:e2e": "nx affected:e2e",
    "affected:test": "nx affected:test",
    "affected:lint": "nx affected:lint",
    "affected:dep-graph": "nx affected:dep-graph",
    "affected": "nx affected",
    "format": "nx format:write",
    "format:write": "nx format:write",
    "format:check": "nx format:check",
    "update": "nx migrate latest",
    "workspace-generator": "nx workspace-generator",
    "dep-graph": "nx dep-graph",
    "help": "nx help",
    "cy:watch": "ng e2e --with-deps  --watch",
    "cy:run:smoke": "nx e2e --config integrationFolder=cypress/integration",
    "cy:run:full": "nx e2e --config integrationFolder=cypress/full",
    "cy:run:all": "nx e2e --config integrationFolder=cypress --spec '**/*_spec.ts'",
    "scully": "scully",
    "scully:serve": "scully serve",
    "prepare": "husky install"
  },
  "private": false,
  "keywords": [
    "angular",
    "bootstrap",
    "ng",
    "ng2",
    "angular2",
    "twitter-bootstrap"
  ],
  "dependencies": {
    "@angular-devkit/core": "13.3.9",
    "@angular-devkit/schematics": "13.3.6",
    "@angular-devkit/schematics-cli": "13.3.6",
    "@angular/animations": "13.3.9",
    "@angular/common": "13.3.9",
    "@angular/compiler": "13.3.9",
    "@angular/core": "13.3.9",
    "@angular/forms": "13.3.9",
    "@angular/platform-browser": "13.3.9",
    "@angular/platform-browser-dynamic": "13.3.9",
    "@angular/platform-server": "13.3.9",
    "@angular/router": "13.3.9",
    "@angular/service-worker": "13.3.9",
    "@nrwl/angular": "13.3.9",
    "@nrwl/node": "13.3.9",
    "@schematics/angular": "13.3.6",
    "@stackblitz/sdk": "1.5.3",
    "ajv": "8.6.3",
    "raw-loader": "4.0.2",
    "rxjs": "7.4.0",
    "tslib": "^2.3.0",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "13.3.6",
    "@angular-eslint/eslint-plugin": "13.2.1",
    "@angular-eslint/eslint-plugin-template": "13.2.1",
    "@angular-eslint/template-parser": "13.2.1",
    "@angular/cli": "13.3.6",
    "@angular/compiler-cli": "13.3.9",
    "@angular/language-service": "13.3.9",
    "@applitools/eyes.cypress": "3.4.11",
    "@ngneat/spectator": "9.0.0",
    "@nrwl/cli": "13.3.9",
    "@nrwl/cypress": "13.3.9",
    "@nrwl/devkit": "13.3.9",
    "@nrwl/eslint-plugin-nx": "13.3.9",
    "@nrwl/jest": "13.3.9",
    "@nrwl/linter": "13.3.9",
    "@nrwl/nx-cloud": "13.0.0",
    "@nrwl/tao": "13.3.9",
    "@nrwl/workspace": "13.3.9",
    "@types/fs-extra": "9.0.13",
    "@types/glob": "7.2.0",
    "@types/jest": "27.0.3",
    "@types/moment": "2.13.0",
    "@types/node": "17.0.0",
    "@typescript-eslint/eslint-plugin": "5.7.0",
    "@typescript-eslint/parser": "5.7.0",
    "conventional-changelog-cli": "2.1.1",
    "conventional-github-releaser": "3.1.5",
    "cypress": "^8.3.0",
    "dotenv": "10.0.0",
    "eslint": "8.4.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-cypress": "2.12.1",
    "fs-extra": "10.0.0",
    "glob": "7.2.0",
    "husky": "7.0.4",
    "jest": "27.2.3",
    "jest-createspyobj": "2.0.0",
    "jest-preset-angular": "11.0.1",
    "marked": "4.0.8",
    "moment": "2.29.1",
    "ng-packagr": "13.3.1",
    "postcss": "8.4.5",
    "postcss-import": "^14.0.2",
    "postcss-preset-env": "7.0.2",
    "postcss-url": "^10.1.1",
    "prettier": "2.5.1",
    "ts-jest": "27.1.1",
    "ts-node": "10.4.0",
    "typescript": "4.5.4",
    "webpack-bundle-analyzer": "4.5.0"
  }
}
