forked from cms/tibi-svelte-starter
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"name": "webserver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "webserver.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sebastian Frank",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"express": "^4.17.2",
|
|
"http-proxy-middleware": "^2.0.2",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
} |