{
	"name": "@agnos-ui/page-objects",
	"description": "Page objects to be used when testing AgnosUI-based applications with Playwright.",
	"version": "0.8.0",
	"keywords": [
		"e2e",
		"page-object",
		"playwright",
		"testing",
		"accordion",
		"AgnosUI",
		"alert",
		"carousel",
		"collapse",
		"components",
		"modal",
		"pagination",
		"progressbar",
		"rating",
		"slider",
		"toast",
		"tree",
		"widgets"
	],
	"type": "module",
	"main": "./index.cjs",
	"module": "./index.js",
	"types": "./index.d.ts",
	"dependencies": {
		"@agnos-ui/base-po": "0.8.0"
	},
	"peerDependencies": {
		"@playwright/test": "^1.49.0"
	},
	"license": "MIT",
	"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/AmadeusITGroup/AgnosUI.git",
		"directory": "page-objects"
	},
	"homepage": "https://www.agnosui.dev/latest/"
}