{
  "name": "redis-splitargs",
  "version": "1.0.2",
  "description": "Splitting arguments like a ninja",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luin/splitargs.git"
  },
  "keywords": [
    "split",
    "argument"
  ],
  "author": "Zihua Li <i@zihua.li>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luin/splitargs/issues"
  },
  "homepage": "https://github.com/luin/splitargs#readme",
  "devDependencies": {
    "chai": "^4.3.7",
    "mocha": "^10.2.0"
  }
}
