{
  "name": "cypress-typed-stubs-example-app",
  "version": "0.0.0",
  "scripts": {
    "start": "ng serve",
    "build": "ng build",
    "build:check-typing": "tsc --noEmit --project tsconfig.spec.json && tsc --noEmit --project ./cypress",
    "watch": "ng build --watch --configuration development",
    "cypress:open": "cypress open"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "15.2.9",
    "@angular/common": "15.2.9",
    "@angular/compiler": "15.2.9",
    "@angular/core": "15.2.9",
    "@angular/forms": "15.2.9",
    "@angular/platform-browser": "15.2.9",
    "@angular/platform-browser-dynamic": "15.2.9",
    "@angular/router": "15.2.9",
    "rxjs": "6.6.7",
    "tslib": "2.3.1",
    "zone.js": "0.11.8"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "15.2.9",
    "@angular/cli": "15.2.9",
    "@angular/compiler-cli": "15.2.9",
    "@cypress/webpack-batteries-included-preprocessor": "2.2.4",
    "@cypress/webpack-preprocessor": "5.15.5",
    "@types/jasmine": "3.6.11",
    "@types/node": "12.20.16",
    "cypress": "9.6.1",
    "typescript": "4.9.5"
  }
}
