{
  "name": "@phenixrts/aerospike",
  "version": "3.16.10",
  "description": "Aerospike Client Library",
  "keywords": [
    "aerospike",
    "database",
    "nosql"
  ],
  "homepage": "https://github.com/aerospike/aerospike-client-nodejs",
  "license": "Apache-2.0",
  "main": "lib/aerospike",
  "engines": {
    "node": ">=4"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aerospike/aerospike-client-nodejs"
  },
  "bugs": {
    "url": "https://github.com/aerospike/aerospike-client-nodejs/issues"
  },
  "scripts": {
    "test": "mocha",
    "test-noserver": "GLOBAL_CLIENT=false mocha -g '#noserver'",
    "lint": "standard",
    "posttest": "npm run lint",
    "coverage": "nyc npm test && nyc --reporter=lcov report",
    "codecov": "codecov",
    "prepush": "npm test",
    "apidocs": "jsdoc -c jsdoc.json",
    "cppcheck": "cppcheck --quiet --enable=warning,style -I src/include src/main/",
    "valgrind": "valgrind node ./node_modules/mocha/bin/_mocha -R dot -g '#slow' -i"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "minimatch": "^3.1.2",
    "nan": "^2.17.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "choma": "^1.2.1",
    "codecov": "^3.7.1",
    "deep-eql": "^4.0.0",
    "dirty-chai": "^2.0.1",
    "ink-docstrap": "^1.3.0",
    "jsdoc": "^3.6.4",
    "mocha": "^7.1.2",
    "mocha-clean": "^1.0.0",
    "nyc": "^15.0.0",
    "p-throttle": "^3.1.0",
    "semver": "^7.1.1",
    "standard": "^14.3.1",
    "tmp": "^0.1",
    "yargs": "^15.3.1"
  },
  "standard": {
    "ignore": [
      "apidocs",
      "tmp-*.js",
      "/*.js"
    ]
  },
  "files": [
    "aerospike-client-c.ini",
    "aerospike-client-c.sha256",
    "binding.gyp",
    "benchmarks/",
    "examples/",
    "lib/",
    "modules/lua-core/",
    "scripts/",
    "src/",
    "test/"
  ]
}
