mirror of
https://github.com/obra/superpowers.git
synced 2026-06-13 14:19:05 +08:00
11 lines
316 B
JSON
11 lines
316 B
JSON
{
|
|
"name": "brainstorm-server-tests",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "node ws-protocol.test.js && node helper.test.js && node auth.test.js && node server.test.js && node lifecycle.test.js && bash start-server.test.sh && bash stop-server.test.sh"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|