{
  "name": "@antischematic/cypress-replay",
  "version": "1.1.12",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": {
    "name": "Michael Muscat"
  },
  "license": "MIT",
  "devDependencies": {
    "@jest/globals": "^29.3.1",
    "cypress": "^12.13.0",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "test-integration": "CYPRESS_API_URL='https://jsonplaceholder.cypress.io' cypress open --project integration-tests",
    "pretty": "prettier src --write",
    "release-patch": "yarn run build && npm version patch && npm publish"
  },
  "files": [
    "lib/**/*"
  ]
}
