{
  "name": "promiscade",
  "version": "0.0.2",
  "description": "turning ReadableStreams into cascades of Promises and vice versa",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "module-sync": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phryneas/promiscade.git"
  },
  "author": "Lenz Weber-Tronic <mail@lenzw.de>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.2",
    "@changesets/cli": "^2.27.11",
    "@tsconfig/node22": "^22.0.0",
    "@types/node": "^22.10.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.4.2",
    "publint": "^0.2.12",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "yarn build && yarn test",
    "prepack": "yarn build",
    "watch": "cd src; node --experimental-strip-types --test --watch",
    "test": "npm-run-all 'test:*'",
    "test:src": "cd src; node --experimental-strip-types --test",
    "test:publint": "publint",
    "test:attw": "attw --pack"
  },
  "packageManager": "yarn@4.6.0"
}
