{
  "name": "cypress-typed-stubs",
  "version": "5.1.0",
  "homepage": "https://github.com/criteo/cypress-typed-stubs",
  "description": "Typed Cypress stubs with automatic URL patterns, based on clients generated with Swagger",
  "keywords": [
    "cypress",
    "typescript",
    "typing",
    "angular",
    "swagger"
  ],
  "main": "dist/out-tsc/index.js",
  "license": "Apache-2.0",
  "types": "dist/out-tsc/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run prettier && git add -A src",
    "postversion": "git push && git push --tags",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "prettier": "prettier --list-different \"./**/*.{ts,json}\" --loglevel warn",
    "prettier:fix": "prettier --write \"./**/*.{ts,json}\" --loglevel warn",
    "style:check": "npm run lint && npm run prettier",
    "style:fix": "npm run lint:fix && npm run prettier:fix"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "tslib": "^2.3.1"
  },
  "peerDependencies": {
    "@angular/common": ">= 15",
    "@angular/core": ">= 15",
    "cypress": ">= 9",
    "rxjs": "^6.6.7 || ^7.4.0"
  },
  "devDependencies": {
    "@angular/common": "15.2.9",
    "@angular/core": "15.2.9",
    "@types/lodash": "4.14.168",
    "@typescript-eslint/eslint-plugin": "5.44.0",
    "@typescript-eslint/parser": "5.44.0",
    "cypress": "9.6.1",
    "eslint": "8.28.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-padding-ex": "1.0.1",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.6.1",
    "typescript": "4.9.5",
    "zone.js": "0.11.8"
  }
}
