{
  "name": "@apimatic/convert-to-stream",
  "author": "APIMatic Ltd.",
  "version": "0.1.9",
  "license": "MIT",
  "description": "converts the content to stream",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "umd",
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "es/**/*.js",
    "es/**/*.d.ts",
    "src",
    "LICENSE.md"
  ],
  "engines": {
    "node": ">=14.15.0 || >=16.0.0"
  },
  "scripts": {
    "clean": "rimraf lib es umd tsconfig.tsbuildinfo",
    "test": "jest --ci --coverage --maxWorkers=2 --passWithNoTests",
    "build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
    "annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
    "preversion": "npm run test",
    "prepublishOnly": "npm run build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "lint": "tslint --project .",
    "lint:fix": "tslint --project . --fix",
    "check-style": "prettier --check \"{src,test}/**/*.ts\"",
    "check-style:fix": "prettier --write \"{src,test}/**/*.ts\""
  },
  "size-limit": [
    {
      "path": "es/index.js",
      "limit": "5 KB"
    }
  ],
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.10",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.29",
    "lerna-alias": "3.0.3-0",
    "rollup": "^3.29.5",
    "rollup-plugin-typescript2": "^0.34.0",
    "typescript": "^4.6.3"
  },
  "browser": {
    "./lib/convertToStream.js": "./lib/convertToBlob.js",
    "./lib/convertFromStream.js": "./lib/convertFromBlob.js"
  },
  "dependencies": {
    "tslib": "2.8.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:apimatic/apimatic-js-runtime.git",
    "directory": "packages/convert-to-stream"
  },
  "gitHead": "ceeb16dad385d3c165b326905e066f62fb3b2281"
}
