godot-xterm/test/web/package.json

10 lines
138 B
JSON
Raw Normal View History

2024-03-30 03:24:32 +01:00
{
"scripts": {
"test": "node smoke_test.js"
},
"devDependencies": {
"express": "^4.19.2",
"playwright": "^1.42.1"
}
}