{
  "name": "omelox-base-gate",
  "version": "3.0.3",
  "description": "omelox base gate plugin",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "start": "npm run build && node dist/index",
    "lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json src/**/*.ts",
    "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json src/**/*.ts --fix",
    "test": "npm run build",
    "cov": "nyc mocha",
    "ci": "npm run test",
    "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/base-database src/"
  },
  "repository": "",
  "keywords": [
    "omelox"
  ],
  "main": "./dist/index",
  "types": "./src/index",
  "engines": {
    "node": ">=8.5"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "crc": "^3.5.0",
    "omelox": "^3.0.3",
    "omelox-robot-plugin": "^3.0.3",
    "reflect-metadata": "^0.1.10",
    "source-map-support": "^0.5.0"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.19",
    "@types/crc": "^3.4.0",
    "@types/node": "8.10.54",
    "tslint": "5.20.1",
    "typescript": "3.7.3"
  },
  "license": "MIT",
  "publishConfig": {}
}
