dioxus/packages/playwright-tests/package.json
Jonathan Kelley 834d490beb
Fix: #2095, #1990
- Don't merge dynamic attributes together unnecessarily
- Walk the workspace until we find a target dir with the dioxusin handle
2024-03-17 21:14:26 -07:00

17 lines
350 B
JSON

{
"name": "dioxus",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"./notes/header.svg\"> </p>",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.42.1"
}
}