@hamedstack/cypress
Version:
A bunch of useful Cypress commands with full TypeScript support.
48 lines (47 loc) • 1.29 kB
JSON
{
"name": "@hamedstack/cypress",
"version": "1.0.0",
"description": "A bunch of useful Cypress commands with full TypeScript support.",
"scripts": {
"build": "rimraf dist && tsc && tsc --build tsconfig.commonjs.json",
"release": "npm publish --access public"
},
"keywords": [
"javascript",
"typescript",
"cypress",
"utilities",
"commands",
"custom-commands",
"helpers",
"promise",
"async",
"await",
"screenplay",
"screenplay-pattern"
],
"homepage": "https://github.com/HamedStack/HamedStack.Cypress",
"bugs": {
"url": "https://github.com/HamedStack/HamedStack.Cypress/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HamedStack/HamedStack.Cypress"
},
"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.1.6",
"rimraf": "^5.0.5"
}
}