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.
15 lines
426 B
15 lines
426 B
{
|
|
"name": "fuzzyhome",
|
|
"scripts": {
|
|
"start": "imba run --baseurl . -w server.imba",
|
|
"build": "imba build --baseurl . server.imba",
|
|
"nojekyll": "npx touch dist/public/.nojekyll",
|
|
"pages": "npx gh-pages --no-history --dotfiles --dist dist/public",
|
|
"deploy": "npm run build && npm run nojekyll && npm run pages"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"imba": "^2.0.0-alpha.207",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|
|
|