{
  "name": "ballvalve",
  "version": "5.2.0",
  "type": "module",
  "description": "adapt streaming data into async iterators",
  "main": "./lib/index.js",
  "engines": {
    "node": ">=18.0"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf lib",
    "distclean": "npm run clean && rm -rf node_modules npm-debug.log",
    "prepare": "tsc",
    "test": "npm run build && mocha"
  },
  "keywords": [
    "asynciterator",
    "asynciterable",
    "stream"
  ],
  "author": "Robey Pointer <robeypointer@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git@code.lag.net:robey/ballvalve.git"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.16.5",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "files": [
    "lib"
  ]
}
