UNPKG

omelop

Version:

[![Build Status](https://travis-ci.org/node-omelop/omelop.svg?branch=master)](https://travis-ci.org/node-omelop/omelop)

93 lines (92 loc) 2.41 kB
{ "name": "omelop", "version": "3.1.14", "private": false, "homepage": "https://gitee.com/fw-assets/omelop", "repository": { "type": "git", "url": "git@gitee.com:node-omelop/omelop.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/omelop lib/" }, "engines": { "node": ">=12.9.0" }, "bugs": { "url": "https://gitee.com/fw-assets/omelop/issues" }, "author": "yng", "licenses": [ { "type": "MIT", "url": "https://gitee.com/fw-assets/omelop#license" } ], "keywords": [ "omelox", "omelop", "framework", "game", "web", "realtime", "server" ], "files": [ "bin", "dist", "lib", "template", "test" ], "main": "./dist/lib/index", "types": "./lib/index", "dependencies": { "async": "^3.0.0", "colors": "^1.4.0", "commander": "8.0.0", "crc": "^4.3.2", "eyes": "^0.1.8", "mkdirp": "^1.0.4", "mqtt-connection": "^4.1.0", "node-bignumber": "^1.2.1", "omelop-admin": "^3.1.14", "omelop-loader": "^3.1.14", "omelop-logger": "^3.1.14", "omelop-protobuf": "^3.1.14", "omelop-protocol": "^3.1.14", "omelop-rpc": "^3.1.14", "omelop-scheduler": "^3.1.14", "pretty-columns": "^1.2.1", "seq-queue": "^0.0.5", "socket.io": "^4.1.3", "ws": "^8.12.0" }, "bin": { "omelop": "./dist/bin/omelop.js" }, "devDependencies": { "@types/async": "3.2.20", "@types/crc": "3.4.0", "@types/eyes": "0.1.32", "@types/mkdirp": "1.0.2", "@types/mocha": "^5.0.0", "@types/node": "^18.11.9", "@types/ws": "8.5.4", "mocha": "6.2.2", "muk": "0.5.3", "nyc": "15.1.0", "should": "13.2.3", "tslint": "6.1.3", "typescript": "^5.2.2" }, "gitHead": "7fac299a6ff8c0675af6b89f6046555ca5ebe999" }