UNPKG

@w3bstream/w3bstream-http-client-simulator

Version:

[![npm](https://img.shields.io/npm/v/@w3bstream/w3bstream-http-client-simulator)](https://www.npmjs.com/package/@w3bstream/w3bstream-http-client-simulator)

45 lines (44 loc) 886 B
{ "name": "@w3bstream/w3bstream-http-client-simulator", "version": "3.1.1", "author": "", "repository": { "type": "git", "url": "https://github.com/machinefi/w3bstream-http-client-simulator" }, "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "license": "MIT", "private": false, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "test": "jest", "build": "tsc" }, "devDependencies": { "@types/elliptic": "^6.4.14", "@types/jest": "^29.5.0", "@types/node": "^18.15.10", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.0.5", "typescript": "^5.0.2" }, "peerDependencies": { "axios": "^1.3.4", "elliptic": "^6.5.4", "sha3": "^2.1.4" }, "keywords": [ "w3bstream", "iotex" ], "dependencies": { "w3bstream-client-js": "^3.0.0" } }