{
  "name": "cypress-template-fixtures",
  "version": "1.0.3",
  "description": "Allow using {{ENVIRONMENT_VARIABLE}} in Cypress fixture files.",
  "engines": {
    "node": ">=12 <15"
  },
  "main": "index.js",
  "jest": {
    "testPathIgnorePatterns": [
      "cypress/"
    ]
  },
  "scripts": {
    "test": "jest",
    "cy:run": "CYPRESS_BODY='Body from command line' cypress run",
    "cy:open": "CYPRESS_BODY='Body from command line' cypress open"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpol/cypress-template-fixtures.git"
  },
  "keywords": [
    "Cypress",
    "Fixtures",
    "Templates",
    "Environment Variables"
  ],
  "author": "Xpol Wan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xpol/cypress-template-fixtures/issues"
  },
  "homepage": "https://github.com/xpol/cypress-template-fixtures#readme",
  "dependencies": {},
  "devDependencies": {
    "cypress": "^7.0.0",
    "cypress-dotenv": "^1.2.2",
    "dotenv": "^8.2.0",
    "jest": "^26.6.3"
  },
  "files": [
    "LICENSE",
    "README.md",
    "functions.js",
    "index.js"
  ]
}
