{
  "name": "almoral-ngx-scroll-to",
  "description": "Demo for scroll-to package.",
  "version": "10.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve ngx-scroll-to-demo",
    "build": "ng build --configuration production",
    "build:demo": "ng build ngx-scroll-to-demo --configuration production",
    "test": "ng test --watch=false --no-progress --browsers=ChromeHeadless",
    "test:demo": "ng test ngx-scroll-to-demo --watch=false",
    "test:watch": "ng test --watch=true",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "copy:readme": "copyfiles README.md ./dist/ngx-scroll-to",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "github-releaser": "conventional-github-releaser -p angular -r 0",
    "lib:package": "yarn build --configuration production && yarn copy:readme && cd ./dist/ngx-scroll-to && yarn pack",
    "prelib:publish": "yarn lib:package",
    "lib:publish": "cd ./dist/ngx-scroll-to && yarn publish --access=public",
    "tags": "yarn tag list @nicky-lenaers/ngx-scroll-to",
    "prepare": "husky install"
  },
  "private": false,
  "contributors": [
    {
      "name": "Robbert van Caem"
    }
  ],
  "author": {
    "name": "Nicky Lenaers",
    "email": "nicky@newgameplus.online"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicky-lenaers/ngx-scroll-to.git"
  },
  "publishConfig": {
    "url": "https://github.com/almoral/ngx-scroll-to"
  },
  "homepage": "https://github.com/nicky-lenaers/ngx-scroll-to#readme",
  "bugs": {
    "url": "https://github.com/nicky-lenaers/ngx-scroll-to/issues"
  },
  "dependencies": {
    "@angular/animations": "~13.3.11",
    "@angular/common": "~13.3.11",
    "@angular/compiler": "~13.3.11",
    "@angular/core": "~13.3.11",
    "@angular/forms": "~13.3.11",
    "@angular/platform-browser": "~13.3.11",
    "@angular/platform-browser-dynamic": "~13.3.11",
    "@angular/router": "~13.3.11",
    "rxjs": "~7.5.5",
    "tslib": "^2.3.0",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~13.3.7",
    "@angular-eslint/builder": "^13.2.1",
    "@angular-eslint/eslint-plugin": "^13.2.1",
    "@angular-eslint/eslint-plugin-template": "^13.2.1",
    "@angular-eslint/schematics": "^13.2.1",
    "@angular-eslint/template-parser": "^13.2.1",
    "@angular/cli": "~13.3.7",
    "@angular/compiler-cli": "~13.3.11",
    "@angular/language-service": "~13.3.11",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-angular": "^17.0.0",
    "@cypress/schematic": "^1.7.0",
    "@types/jasmine": "~4.0.3",
    "@types/node": "^16.11.38",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "conventional-changelog-cli": "^2.0.31",
    "conventional-github-releaser": "^3.1.3",
    "copyfiles": "^2.2.0",
    "eslint": "^8.12.0",
    "husky": "^8.0.0",
    "jasmine-core": "~4.1.1",
    "karma": "~6.3.20",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~5.0.1",
    "karma-jasmine-html-reporter": "^2.0.0",
    "ng-packagr": "^13.3.1",
    "typescript": "~4.6.4",
    "cypress": "^9.7.0"
  },
  "engines": {
    "node": ">=16.15.0",
    "yarn": ">=1.22.18"
  }
}
