@11joselu/cypress-to-playwright
Version:
Automatic migration from cypress to playwright
61 lines (60 loc) • 1.67 kB
JSON
{
"name": "@11joselu/cypress-to-playwright",
"version": "0.0.17",
"description": "Automatic migration from cypress to playwright",
"engines": {
"node": ">=16.0.0"
},
"type": "module",
"bin": "./lib/bin/cypress-to-playwright.js",
"files": [
"lib"
],
"scripts": {
"clean": "rm -rf ./lib",
"lint": "eslint {src,test}/**/*.ts --fix",
"lint-staged": "lint-staged",
"test": "mocha test/**/*.test.ts",
"test:integration": "./test/integration.sh",
"binary": "tsc --noEmit && node --loader tsx --no-warnings src/bin/cypress-to-playwright.ts",
"build": "npm run clean && tsc -p ./tsconfig.json",
"prepack": "npm run build",
"prettier:integration": "prettier examples/ --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11joselu/cypress-to-playwright.git"
},
"keywords": [
"Cypress",
"Playwright",
"e2e",
"test"
],
"author": "Jose Cabrera",
"license": "MIT",
"bugs": {
"url": "https://github.com/11joselu/cypress-to-playwright/issues"
},
"homepage": "https://github.com/11joselu/cypress-to-playwright#readme",
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "18.14.2",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"lint-staged": "13.1.2",
"mocha": "10.2.0",
"prettier": "2.8.4",
"ts-node": "10.9.1",
"tsx": "3.12.3"
},
"dependencies": {
"glob": "9.2.1",
"picocolors": "1.0.0",
"typescript": "4.9.5"
}
}