{
  "name": "@opennetwork/progressive-merge",
  "version": "5.5.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "license": "MIT",
  "sideEffects": false,
  "description": "Merge a growing list of values that can be loading in parallel with different resolution times",
  "scripts": {
    "build": "rm -rf dist && tsc --declaration && npm run tslint && node correct-import-extensions.js",
    "watch": "tsc -w",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {},
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/opennetwork/progressive-merge.git"
  },
  "devDependencies": {
    "@types/node": "^14.14.35",
    "esm": "^3.2.25",
    "filehound": "^1.17.3",
    "iterable": "^5.6.0",
    "tslint": "^6.1.3",
    "typescript": "^4.2.3"
  }
}
