UNPKG

aerospike

Version:
34 lines (33 loc) 579 B
{ "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.11", "winston": "^3.5.1", "yargs": "^16.2.0" }, "main": "main.js" }