UNPKG

@quo0/stiletto

Version:

With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI

40 lines (39 loc) 1.03 kB
{ "name": "@quo0/stiletto", "version": "0.0.1", "bin": "src/index.js", "description": "With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI", "keywords": [ "mock", "stab", "intercept", "network", "requests" ], "publishConfig": { "access": "public" }, "authors": [ "Andrei Blokhin <intestinesonastick@gmail.com>" ], "maintainers": [ "Andrei Blokhin <intestinesonastick@gmail.com>" ], "repository": "https://github.com/Quo0/stiletto", "homepage": "https://github.com/Quo0/stiletto", "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { "inversify": "^5.1.1", "cosmiconfig": "^7.0.1", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", "playwright": "^1.18.1", "rxjs": "~7.4.0", "reflect-metadata": "^0.1.13", "json5": "^2.2.0", "fs-extra": "^9.1.0", "inquirer": "^8.2.0", "ws": "^8.4.2" }, "peerDependencies": {} }