UNPKG

@har-sdk/openapi-sampler

Version:

[![Maintainability](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/maintainability)](https://codeclimate.com/github/NeuraLegion/har-sdk/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/test_coverage

54 lines (53 loc) 1.41 kB
{ "name": "@har-sdk/openapi-sampler", "version": "2.4.2", "private": false, "repository": { "type": "git", "url": "git+https://github.com/NeuraLegion/har-sdk.git" }, "author": { "name": "Artem Derevnjuk", "email": "artem.derevnjuk@neuralegion.com" }, "license": "MIT", "bugs": { "url": "https://github.com/NeuraLegion/har-sdk/issues" }, "publishConfig": { "access": "public" }, "files": [ "dist/**" ], "main": "./dist/bundle.umd.js", "module": "./dist/bundle.esm5.js", "es2015": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/NeuraLegion/har-sdk/tree/master/packages/openapi-sampler#readme", "scripts": { "prebuild": "npm run compile -- --clean", "build": "npm run compile && npm run bundle", "bundle": "rollup -c ../../rollup.config.js", "compile": "tsc -b tsconfig.build.json", "lint": "eslint --ignore-path ../../.eslintignore .", "format": "prettier --ignore-path ../../.prettierignore --check .", "test": "cross-env NODE_ENV=test jest", "coverage": "cross-env NODE_ENV=test jest --coverage" }, "keywords": [ "oas", "swagger", "instantiator", "sampler" ], "dependencies": { "@har-sdk/core": "1.5.0", "json-pointer": "^0.6.2", "randexp": "^0.5.3", "tslib": "^2.3.1" }, "devDependencies": { "@types/json-pointer": "^1.0.31" } }