cypress-plus
Version:
A bunch of useful Cypress commands with full TypeScript support.
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "cypress-plus",
"version": "1.11.0",
"description": "A bunch of useful Cypress commands with full TypeScript support.",
"scripts": {
"build": "rimraf dist && tsc && tsc --build tsconfig.commonjs.json"
},
"keywords": [
"javascript",
"typescript",
"cypress",
"utilities",
"commands",
"custom-commands",
"helpers",
"promise",
"async",
"await",
"screenplay",
"screenplay-pattern"
],
"homepage": "https://github.com/HamedFathi/cypress-plus",
"bugs": {
"url": "https://github.com/HamedFathi/cypress-plus/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HamedFathi/cypress-plus"
},
"source": "index.ts",
"main": "dist/commonjs/index.js",
"module": "dist/esm/index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"engines": {
"node": ">=12",
"npm": ">=6"
},
"author": "Hamed Fathi",
"license": "MIT",
"devDependencies": {
"cypress": "^12.3.0",
"typescript": "^4.9.4",
"rimraf": "^3.0.2"
}
}