{
 "name": "omelox-protocol",
 "version": "3.0.3",
 "private": false,
 "main": "./dist",
 "types": "./lib/index",
 "files": [
  "dist",
  "lib",
  "test",
  "index.ts"
 ],
 "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",
  "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/omelox-protocol lib/"
 },
 "engines": {
  "node": ">=8.5"
 },
 "devDependencies": {
  "@types/node": "8.10.54",
  "jscoverage": "0.6.0",
  "mocha": "6.2.2",
  "should": "13.2.3",
  "tslint": "5.20.1",
  "typescript": "3.7.3"
 }
}
