{
  "name": "@juliusza/memcache-client",
  "version": "1.0.7",
  "description": "NodeJS memcached client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "coverage": "xrun xarc/test-cov",
    "lint": "xrun xarc/lint",
    "test": "npm run lint && xrun xarc/test-only",
    "playground": "ts-node-dev ./src/playground.ts",
    "prepublishOnly": "(cd ../../ && npm run prepublishOnly)",
    "testp": "MEMCACHED_SERVER=10.1.1.1:11211 npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/electrode-io/memcache.git"
  },
  "keywords": [
    "memcache",
    "memcached",
    "nodejs",
    "client",
    "ascii",
    "protocol"
  ],
  "author": "Joel Chen <joel123@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "@juliusza/memcache-parser": "^1.0.2",
    "lodash.defaults": "4.2.0",
    "optional-require": "1.1.8",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@juliusza/memcached-njs": "^1.0.1",
    "@types/lodash.defaults": "4.2.7",
    "lodash": "4.17.21",
    "source-map-support": "0.5.19",
    "zstd.ts": "1.1.3"
  },
  "@xarc/module-dev": {
    "features": [
      "eslint",
      "eslintTS",
      "jest",
      "jestTS",
      "prettier",
      "typedoc",
      "typescript"
    ]
  }
}
