{
  "name": "respress",
  "version": "1.1.2",
  "description": "A RESP 'Redis Serialization Protocol' library implementation to generate a server, uses a similar approach to express to define you serer, making it easy and fast. ",
  "main": "resp-server/lib_server.js",
  "dependencies": {
    "debug": "^4.3.3",
    "ioredis": "^4.28.3",
    "nanoid": "^3.2.0",
    "string-argv": "^0.3.1",
    "yargs": "^17.3.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "keywords": [
    "resp",
    "express",
    "server",
    "redis",
    "protocol",
    "parser"
  ],
  "author": "Yousef Wadi",
  "license": "MIT"
}
