Playwright_TS/Craft_Docs_Playwright/package.json

15 lines
266 B
JSON
Raw Normal View History

2023-10-10 13:35:20 +00:00
{
"name": "craft_docs_playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.38.1",
"@types/node": "^20.8.4"
}
}