ivya
Version:
Fork of Playwright's locator resolution
42 lines • 868 B
JSON
{
"name": "ivya",
"type": "module",
"version": "1.1.1",
"description": "Fork of Playwright's locator resolution",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sheremet-va/ivya.git"
},
"bugs": {
"url": "https://github.com/sheremet-va/ivya/issues"
},
"homepage": "https://github.com/sheremet-va/ivya#readme",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"keywords": [
"dom",
"search",
"query",
"playwright",
"locator"
],
"license": "MIT",
"devDependencies": {
"@vitest/browser": "^2.0.5",
"playwright": "^1.45.3",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"vitest": "^2.0.5"
},
"scripts": {
"dev": "tsup --watch --sourcemap",
"build": "tsup",
"format": "prettier . --write",
"test": "vitest"
}
}