{
  "name": "cypress-fs",
  "version": "0.2.8",
  "license": "MIT",
  "main": "./support.js",
  "types": "index.d.ts",
  "repository": "github:Hamza-Bouhelal/cypress-fs",
  "scripts": {
    "lint": "eslint . --ext .ts",
    "build": "node ./scripts/build.js",
    "test": "yarn cypress run",
    "release": "node ./scripts/release.js"
  },
  "devDependencies": {
    "@types/node": "^20.6.0",
    "@typescript-eslint/eslint-plugin": "^6.6.0",
    "@typescript-eslint/parser": "^6.6.0",
    "cypress": "^14.5.4",
    "eslint": "^8.49.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "cypress": ">=12.0.0"
  },
  "typings": "./index.d.ts"
}