UNPKG

cypress-dotenv

Version:

Cypress plugin that enables compatibility with dotenv

50 lines (49 loc) 1.15 kB
{ "name": "cypress-dotenv", "version": "3.0.1", "description": "Cypress plugin that enables compatibility with dotenv", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "jest", "test:all": "run-s test:unit test:cy", "test:unit": "jest", "test:cy": "cypress run", "pretty": "prettier *.js --write", "cypress": "cypress open", "prepublishOnly": "npm test" }, "repository": "https://github.com/morficus/cypress-dotenv.git", "homepage": "https://github.com/morficus/cypress-dotenv", "engines": { "node": ">=18.17.0", "npm": ">= 10.x" }, "keywords": [ "cypress", "plugin", "dotenv", "cypress-plugin", "env" ], "author": "Maurice Williams <https://github.com/morficus>", "license": "MIT", "peerDependencies": { "cypress": ">= 10.x", "dotenv": ">= 10.x" }, "devDependencies": { "cypress": "^13.17.0", "dotenv": "^16.4.7", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "prettier": "^3.4.2" }, "dependencies": { "camelcase": "^6.3.0", "dotenv-parse-variables": "^2.0.0", "lodash.clonedeep": "^4.5.0" } }