You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
213 B
13 lines
213 B
3 years ago
|
{
|
||
|
"name": "fuzzyhome",
|
||
|
"scripts": {
|
||
|
"start": "imba -w server.imba",
|
||
|
"build": "imba build server.imba"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1",
|
||
|
"imba": "^2.0.0-alpha.207",
|
||
|
"lodash": "^4.17.21"
|
||
|
}
|
||
|
}
|