occaecatidicta
Version:
91 lines (90 loc) • 2.33 kB
JSON
{
"name": "omelox",
"version": "3.0.3",
"homepage": "https://github.com/mybios/omelox",
"repository": {
"type": "git",
"url": "https://github.com/mybios/omelox.git"
},
"scripts": {
"build": "tsc",
"start": "yarn run build && node dist/index",
"lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts",
"fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix",
"test": "yarn run build",
"cov": "nyc mocha",
"ci": "yarn run test",
"mochatest": "cd dist && mocha --require source-map-support/register --recursive",
"gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/omelox lib/"
},
"engines": {
"node": ">=8.5"
},
"bugs": {
"url": "https://github.com/mybios/omelox/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mybios/omelox#license"
}
],
"keywords": [
"omelox",
"omelox",
"framework",
"game",
"web",
"realtime",
"server"
],
"files": [
"bin",
"dist",
"lib",
"template",
"test"
],
"main": "./dist/lib/index",
"types": "./lib/index",
"dependencies": {
"@types/socket.io": "^2.1.6",
"async": "^3.0.0",
"cliff": "^0.1.10",
"commander": "^3.0.0",
"crc": "^3.5.0",
"eyes": "^0.1.8",
"mkdirp": "^0.5.1",
"mqtt-connection": "^4.0.0",
"node-bignumber": "^1.2.1",
"omelox-admin": "^3.0.3",
"omelox-loader": "^3.0.3",
"omelox-logger": "^3.0.3",
"omelox-protobuf": "^3.0.3",
"omelox-protocol": "^3.0.3",
"omelox-rpc": "^3.0.3",
"omelox-scheduler": "^3.0.3",
"seq-queue": "^0.0.5",
"socket.io": "^2.3.0",
"ws": "^7.0.0"
},
"bin": {
"omelox": "./dist/bin/omelox.js"
},
"devDependencies": {
"@types/async": "3.0.3",
"@types/cliff": "0.1.4",
"@types/commander": "2.12.2",
"@types/crc": "3.4.0",
"@types/eyes": "0.1.31",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5.0.0",
"@types/ws": "6.0.4",
"mocha": "6.2.2",
"muk": "0.5.3",
"nyc": "14.1.1",
"should": "13.2.3",
"tslint": "5.20.1",
"typescript": "3.7.3"
}
}