Files
hadrian/tests/package.json
Kevin Pham d71ebe5137 test demo
2023-11-26 16:44:04 -06:00

15 lines
251 B
JSON

{
"name": "tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/node": "^20.10.0"
}
}