{
  "name": "readable-stream-polyfill",
  "version": "0.0.0",
  "main": "./build/index.js",
  "author": "Artem Zakharchenko",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "prebuild": "rimraf ./build",
    "build": "tsc",
    "prepublishOnly": "yarn test && yarn build"
  },
  "files": [
    "build",
    "inject"
  ],
  "devDependencies": {
    "@types/jest": "^28.1.1",
    "@types/node": "^17.0.42",
    "jest": "^28.1.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "outvariant": "^1.3.0"
  }
}
