This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/siaviewnode-server/package.json

29 lines
734 B
JSON

{
"name": "siaviewnode-server",
"version": "0.0.1",
"scripts": {
"start": "yarn build && PORT=4000 node ./build/main.js",
"build": "tsc --sourceMap"
},
"license": "MIT",
"dependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.0.34",
"@types/express-fileupload": "^1.1.2",
"@types/express-request-id": "^1.4.1",
"@types/morgan": "^1.7.37",
"@types/shortid": "0.0.29",
"@types/winston": "^2.4.4",
"axios": "^0.19.2",
"cors": "2.8.5",
"express": "^4.14.0",
"express-fileupload": "1.1.6",
"express-request-id": "^1.4.1",
"express-session": "1.17.0",
"morgan": "^1.9.1",
"shortid": "2.2.15",
"typescript": "^3.7.5",
"winston": "^3.2.1"
}
}