{
  "name": "wirentity",
  "version": "1.2.5",
  "description": "Wirentity",
  "main": "dist/index.js",
  "author": "Steadfast Tech",
  "repository": "git@bitbucket.org:sfast/wirentity.git",
  "license": "MIT",
  "scripts": {
    "standard": "standard './src/**/*.js' --parser babel-eslint --verbose | snazzy",
    "format": "standard './src/**/*.js' --parser babel-eslint  --fix --verbose | snazzy",
    "clear": "rimraf ./dist",
    "compile": "babel -d dist/ src/",
    "build": "npm run clear && npm run compile",
    "prepublishOnly": "npm run build",
    "test": "cross-env NODE_ENV=test nyc mocha test/backends/baseBackend.js"
  },
  "browser": {
    "./dist/lib/clients/zeronodeClient.js": false,
    "./dist/lib/clients/aerospikeClient.js": false,
    "./dist/lib/clients/mongoClient.js": false,
    "./dist/lib/clients/sequelizeClient.js": false,
    "./dist/lib/clients/kitooClient.js": false,
    "./dist/lib/backends/zeronodeBackend.js": false,
    "./dist/lib/backends/aerospikeBackend.js": false,
    "./dist/lib/backends/mongoBackend.js": false,
    "./dist/lib/backends/processBackend.js": false,
    "./dist/lib/backends/baseBackend.js": false,
    "./dist/lib/backends/httpBackend.js": false,
    "./dist/lib/backends/sequelizeBackend.js": false,
    "./dist/lib/backends/kitooBackend.js": false,
    "./dist/lib/watch/oplog.js": false,
    "./dist/lib/watch/pgTrigger.js": false
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/node": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/register": "^7.0.0",
    "@babel/runtime": "^7.1.2",
    "assert": "^1.4.1",
    "babel-eslint": "^9.0.0",
    "babel-plugin-istanbul": "^5.1.0",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-polyfill": "^6.26.0",
    "babelify": "^10.0.0",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "kitoo-core": "^1.1.22",
    "mocha": "^5.2.0",
    "mongoose": "^5.3.0",
    "nyc": "^13.1.0",
    "pg": "^7.4.3",
    "rimraf": "^2.6.2",
    "sequelize": "^4.38.1",
    "sinon": "^7.1.1",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "zeronode": "^1.1.34"
  },
  "dependencies": {
    "@sfast/mongomanager": "^0.1.11",
    "body-parser": "^1.18.3",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "jsonwebtoken": "^8.4.0",
    "lodash": "^4.17.10",
    "lokijs": "^1.5.5",
    "r2": "^2.0.1",
    "shortid": "^2.2.13",
    "socket.io": "^2.1.1",
    "socket.io-client": "^2.1.1",
    "underscore": "^1.9.1",
    "uuid": "^3.3.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "require": [
      "@babel/register"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "sourceMap": false,
    "instrument": false
  }
}
