UNPKG

occaecatidicta

Version:
34 lines (33 loc) 1.04 kB
{ "name": "omelox-sample-websocket-chat-game-server", "version": "3.0.3", "private": false, "main": "./dist/app", "scripts": { "build": "tsc", "start": "yarn run build && cd dist && node app", "test": "yarn run build", "cov": "nyc mocha", "ci": "yarn run test", "gen-api-ref": "node ../../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../../run/site/public/api-reference/omelox-loader lib/" }, "engines": { "node": ">=8.5" }, "dependencies": { "@types/bluebird": "^3.5.19", "@types/crc": "^3.4.0", "@types/node": "8.10.54", "bluebird": "^3.5.1", "crc": "^3.5.0", "omelox": "^3.0.3", "omelox-robot": "^3.0.3", "omelox-robot-plugin": "^3.0.3", "reflect-metadata": "^0.1.10", "source-map-support": "^0.5.0" }, "devDependencies": { "tslint": "^5.9.1", "typescript": "3.7.3" } }