{
  "name": "ng-snotify-example",
  "description": "Angular 2+ notifications center",
  "version": "13.0.1",
  "scripts": {
    "ng": "ng",
    "start": "ng serve ng-snotify-example --port=4222",
    "lint": "npm run example:lint && npm run lib:lint",
    "test": "npm run example:test && npm run lib:test",
    "test:ci": "npm run example:test:ci && npm run lib:test:ci",
    "test:lib-coverage": "npm run example:test:lib-coverage && npm run lib:test:lib-coverage",
    "example:build": "ng build ng-snotify-example",
    "example:build:prod": "ng build ng-snotify-example --prod --base-href=/ng-snotify/ --output-path=demo/",
    "example:lint": "ng lint ng-snotify-example",
    "example:test": "ng test ng-snotify-example --browsers=Chrome --watch false --reporters junit,progress,kjhtml",
    "example:test:ci": "ng test ng-snotify-example -c=ci --browsers=ChromeHeadlessCI --watch=false --progress=false --reporters junit,progress,kjhtml",
    "example:test:lib-coverage": "ng test ng-snotify-example --code-coverage --watch=false",
    "example:e2e": "ng e2e ng-snotify-example",
    "example:e2e:ci": "ng e2e ng-snotify-example -c=ci",
    "compodoc": "npm run compodoc:build",
    "compodoc:build": "compodoc -p tsconfig.docs.json -n ng-snotify -d demo/compodoc/ --hideGenerator --theme Laravel",
    "compodoc:serve": "npm run compodoc:build -- -s",
    "compodoc:watch": "npm run compodoc:build -- -s -w",
    "lib:build": "ng build ng-snotify && cd dist/ng-snotify && npm pack",
    "lib:build:prod": "ng build ng-snotify --prod && cd dist/ng-snotify && npm pack",
    "lib:lint": "ng lint ng-snotify",
    "lib:test": "ng test ng-snotify --browsers=Chrome --watch false --reporters junit,progress,kjhtml",
    "lib:test:ci": "ng test ng-snotify -c=ci --browsers=ChromeHeadlessCI --watch=false --progress=false --reporters junit,progress,kjhtml",
    "lib:test:lib-coverage": "ng test ng-snotify --code-coverage --watch=false",
    "docs:build": "gitbook build ./docs ./demo/documentation",
    "docs:deploy": "bash ./update-docs.sh",
    "prettier:check": "prettier --check ./**/*.{ts,js,scss,html,json,*rc}",
    "prettier:write": "prettier --write ./**/*.{ts,js,scss,html,json,*rc}",
    "precommit": "lint-staged && npm run lint && npm run test:ci",
    "prepare": "npm run lib:build:prod",
    "postinstall": "webdriver-manager update --standalone false --gecko false"
  },
  "homepage": "https://artemsky.github.io/ng-snotify",
  "repository": {
    "type": "git",
    "url": "https://github.com/artemsky/ng-snotify"
  },
  "author": {
    "name": "artemsky",
    "email": "mr.artemsky@gmail.com"
  },
  "keywords": [
    "angular",
    "angular 2",
    "angular 4",
    "angular 5",
    "angular 6",
    "angular 7",
    "angular 8",
    "angular 9",
    "Angular2",
    "Angular4",
    "Angular5",
    "Angular6",
    "Angular7",
    "Angular8",
    "Angular9",
    "Angular10",
    "Angular11",
    "Angular12",
    "Angular13",
    "ng",
    "ng2",
    "ng4",
    "ng5",
    "ng6",
    "ng7",
    "ng8",
    "ng9",
    "ng10",
    "ng11",
    "ng12",
    "ng13",
    "2",
    "4",
    "5",
    "6",
    "7",
    "8",
    "9",
    "10",
    "11",
    "12",
    "13",
    "Library",
    "Notifications",
    "Notification",
    "Toast",
    "toasts",
    "promt",
    "async",
    "confirmation",
    "notify",
    "notie",
    "notification-center",
    "snotify",
    "ng-snotify",
    "ng2-snotify",
    "ng4-snotify",
    "ng5-snotify",
    "ng6-snotify",
    "ng7-snotify",
    "ng8-snotify",
    "ng9-snotify",
    "angular2 notifications",
    "angular4 notifications",
    "angular5 notifications",
    "angular6 notifications",
    "angular7 notifications",
    "angular8 notifications",
    "angular9 notifications",
    "angular10 notifications",
    "angular11 notifications",
    "angular12 notifications",
    "angular13 notifications",
    "toaster"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://artemsky.github.io/ng-snotify/issues"
  },
  "dependencies": {
    "@angular/animations": "~13.2.0",
    "@angular/common": "~13.2.0",
    "@angular/compiler": "~13.2.0",
    "@angular/core": "~13.2.0",
    "@angular/forms": "~13.2.0",
    "@angular/localize": "^13.2.0",
    "@angular/platform-browser": "~13.2.0",
    "@angular/platform-browser-dynamic": "~13.2.0",
    "@angular/router": "~13.2.0",
    "@compodoc/compodoc": "^1.1.11",
    "bootstrap": "^3.3.7",
    "ng-snotify": "~9.0.1",
    "rxjs": "~6.5.4",
    "tslib": "^2.3.1",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~13.2.1",
    "@angular-devkit/build-ng-packagr": "~0.1002.4",
    "@angular/cli": "~13.2.1",
    "@angular/compiler-cli": "~13.2.0",
    "@angular/language-service": "~13.2.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/jasmine": "~3.5.10",
    "@types/jasminewd2": "^2.0.8",
    "@types/node": "^13.9.3",
    "@types/puppeteer": "^2.0.1",
    "codelyzer": "^5.2.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.1.0",
    "husky": "^4.2.3",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~6.3.13",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~2.1.1",
    "karma-jasmine": "~3.1.1",
    "karma-jasmine-html-reporter": "~1.5.2",
    "karma-junit-reporter": "~2.0.1",
    "lint-staged": "^10.0.9",
    "ng-packagr": "^13.2.1",
    "prettier": "^1.19.1",
    "protractor": "~7.0.0",
    "puppeteer": "^2.1.1",
    "ts-node": "~7.0.0",
    "tslint": "~6.1.3",
    "typescript": "~4.5.5"
  },
  "engines": {
    "node": ">=10.13.0"
  }
}
