{
  "name": "aerospike-benchmark",
  "version": "v0.1.0",
  "description": "Aerospike Client Benchmark",
  "keywords": [
    "aerospike",
    "database",
    "nosql",
    "benchmark"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=4"
  },
  "os": [
    "linux",
    "darwin"
  ],
  "cpu": [
    "x64"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aerospike/aerospike-client-nodejs"
  },
  "dependencies": {
    "aerospike": "file:..",
    "cli-table": "^0.3.1",
    "winston": "^3.2.1",
    "yargs": "^16.0.0"
  },
  "main": "main.js"
}
