{
  "name": "omelox-protobuf",
  "version": "3.0.3",
  "main": "./dist/protobuf",
  "types": "./lib/protobuf",
  "files": [
    "dist",
    "lib",
    "test"
  ],
  "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-protobuf lib/"
  },
  "engines": {
    "node": ">=8.5"
  },
  "devDependencies": {
    "@types/node": "8.10.54",
    "mocha": "6.2.2",
    "should": "13.2.3",
    "tslint": "5.20.1",
    "typescript": "3.7.3"
  }
}
