{ "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@types/express": "^4.17.2", "@types/express-ws": "^3.0.0", "@types/http-proxy": "^1.17.3", "@types/js-yaml": "^3.12.2", "@types/node": "^13.7.4", "@types/node-fetch": "^2.5.4", "@types/parcel-bundler": "^1.12.1", "@types/ws": "^7.2.1", "@vue/component-compiler-utils": "^3.1.1", "sass": "^1.25.0", "typescript": "^3.7.5", "vue-template-compiler": "^2.6.11" }, "dependencies": { "express": "^4.17.1", "express-ws": "^4.0.0", "http-proxy": "^1.18.0", "js-yaml": "^3.13.1", "node-fetch": "^2.6.0", "node-gyp": "^6.1.0", "parcel-bundler": "^1.12.4", "vue": "^2.6.11", "vue-hot-reload-api": "^2.3.3", "vue-property-decorator": "^8.4.0", "ws": "^7.2.1" }, "scripts": { "build": "tsc src/server.ts", "start": "npm run build && node src/server.js" } }