{
  "name": "@norjs/database",
  "version": "1.0.14",
  "description": "NorJS Database Service client",
  "main": "./src/index.js",
  "bin": {
    "nor-database": "./src/bin/database.js"
  },
  "scripts": {
    "test": "mocha test/**/*.spec.js",
    "test-watch": "mocha --watch-extensions js --watch test/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/norjs/database.git"
  },
  "keywords": [
    "document-database",
    "database",
    "nosql",
    "server",
    "service",
    "client"
  ],
  "author": "Jaakko Heusala <jheusala@iki.fi>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/norjs/database/issues"
  },
  "homepage": "https://github.com/norjs/database#readme",
  "dependencies": {
    "@norjs/types": "^1.0.14",
    "@norjs/socket": "^1.0.14",
    "@norjs/utils": "^1.0.14",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "mocha": "^6.1.4",
    "sinon": "^7.3.1"
  }
}
