{
  "name": "@har-sdk/postman",
  "version": "2.4.7",
  "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/**"
  ],
  "keywords": [
    "postman",
    "har",
    "api"
  ],
  "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/postman#readme",
  "scripts": {
    "prebuild": "npm run compile -- --clean",
    "build": "npm run compile && npm run bundle",
    "bundle": "rollup -c ../../rollup.config.js",
    "lint": "eslint --ignore-path ../../.eslintignore .",
    "format": "prettier --ignore-path ../../.prettierignore --check .",
    "compile": "tsc -b tsconfig.build.json",
    "test": "cross-env NODE_ENV=test jest",
    "coverage": "cross-env NODE_ENV=test jest --coverage"
  },
  "dependencies": {
    "@har-sdk/core": "1.5.0",
    "faker": "5.5.3",
    "json-pointer": "^0.6.2",
    "mime-types": "^2.1.34",
    "qs": "^6.10.3",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@types/faker": "5.5.9",
    "@types/json-pointer": "^1.0.31",
    "@types/mime-types": "^2.1.1",
    "@types/qs": "^6.9.7"
  }
}
