{
  "name": "redstream",
  "version": "0.3.0",
  "type": "module",
  "description": "Handcrafted TypeScript API for Redis Stream (ioredis backed)",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/briteboard/node-redstream.git"
  },
  "scripts": {
    "test": "TS_NODE_PROJECT='test/tsconfig.json' ./node_modules/.bin/mocha",
    "testw": "TS_NODE_PROJECT='test/tsconfig.json' ./node_modules/.bin/mocha -watch",
    "prepare": "node_modules/.bin/rimraf ./dist && ./node_modules/.bin/tsc"
  },
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "ioredis": "^5.0.4"
  },
  "devDependencies": {
    "@types/mocha": "^9.1.0",
    "ioredis": "^5.0.4",
    "mocha": "^9.2.2",
    "rimraf": "^3.0.2",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "files": [
    "src/",
    "dist/"
  ]
}
