Files
archived-pcsx2-net-www/tests/package.json
dependabot[bot] 0895f0e175 build(deps): bump @cypress/request and cypress in /tests (#254)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 18:39:29 +02:00

16 lines
298 B
JSON

{
"name": "pcsx2-net-www-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"hugo": "cd .. && hugo server -D --noHTTPCache",
"cypress:open": "cypress open"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^13.1.0"
}
}