mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
12 lines
212 B
JSON
12 lines
212 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"start": "npx serve ../../docs/demo",
|
||
|
"test": "npx cypress run"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"cypress": "^10.4.0",
|
||
|
"cypress-image-diff-js": "^1.21.1",
|
||
|
"serve": "^14.0.1"
|
||
|
}
|
||
|
}
|