cypress-downloadfile-alt-fr
Version:
Cypress custom command to download files, without Cookies, French ReadMe – Fork of the original Cypress-DownloadFile, from Xvier.
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "cypress-downloadfile-alt-fr",
"version": "1.0.0",
"description": "Cypress custom command to download files, without Cookies, French ReadMe – Fork of the original Cypress-DownloadFile, from Xvier.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "babel src --out-dir lib",
"copy:types": "babel types --out-dir lib --copy-files",
"build:all": "npm run build && npm run copy:types",
"test": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/preddy44/cypress-downloadfile-alt-fr.git"
},
"keywords": [
"Cypress",
"downloading"
],
"author": "Xviuda",
"license": "MIT",
"bugs": {
"url": "https://github.com/preddy44/cypress-downloadfile-alt-fr/issues"
},
"homepage": "https://github.com/preddy44/cypress-downloadfile-alt-fr#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"cypress": "^3.8.2",
"prettier": "^1.18.2"
},
"dependencies": {
"fs-extra": "^8.1.0"
}
}