@lariat/playwright
Version:
Page object framework for end-to-end testing in Playwright.
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "@lariat/playwright",
"version": "2.2.0",
"description": "Page object framework for end-to-end testing in Playwright.",
"publishConfig": {
"access": "public"
},
"author": "Lariat Team",
"license": "ISC",
"packageManager": "yarn@3.2.1",
"repository": "github:lariat-js/playwright",
"homepage": "https://github.com/lariat-js/playwright#readme",
"bugs": {
"url": "https://github.com/lariat-js/playwright/issues"
},
"keywords": [
"lariat",
"page-object-model",
"end-to-end-testing",
"playwright",
"playwright-test"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"files": [
"dist"
],
"scripts": {
"lint": "eslint .",
"test": "playwright test",
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"release": "./scripts/release.sh"
},
"peerDependencies": {
"@playwright/test": ">=1.28.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@playwright/test": "^1.30.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-widen": "^1.1.0",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-sort": "^2.4.0",
"eslint-plugin-widen": "^1.0.0",
"prettier": "^2.8.3",
"semantic-release": "^22.0.8",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}