mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2026-01-31 01:15:16 +01:00
16 lines
298 B
JSON
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"
|
|
}
|
|
}
|