mirror of
https://github.com/jlengrand/hello-world-imba-client.git
synced 2026-03-10 00:11:21 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"name": "hello-world-imba-client",
|
|
"scripts": {
|
|
"start": "imba -w server.imba",
|
|
"build": "imba build server.imba"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"imba": "^2.0.0-alpha.173"
|
|
}
|
|
}
|