{
  "name": "@api-components/api-request",
  "description": "A set of composite components that are used to build an HTTP request editor with the support of the AMF model.",
  "version": "0.3.8",
  "license": "Apache-2.0",
  "main": "index.js",
  "module": "index.js",
  "keywords": [
    "web-components",
    "api-components",
    "api-console",
    "amf",
    "request"
  ],
  "authors": [
    "Pawel Psztyc",
    "Francisco Di Giandomenico"
  ],
  "contributors": [
    "Your name can be here!"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/advanced-rest-client/arc-headers.git"
  },
  "bugs": {
    "url": "https://github.com/advanced-rest-client/arc-headers/issues"
  },
  "dependencies": {
    "@advanced-rest-client/arc-events": "^0.2.13",
    "@advanced-rest-client/arc-headers": "^0.1.7",
    "@advanced-rest-client/arc-icons": "^3.3.1",
    "@advanced-rest-client/arc-response": "^0.3.8",
    "@advanced-rest-client/arc-types": "^0.2.47",
    "@advanced-rest-client/arc-url": "^0.2.1",
    "@advanced-rest-client/events-target-mixin": "^3.2.3",
    "@advanced-rest-client/http-method-selector": "^3.0.5",
    "@advanced-rest-client/oauth-authorization": "^5.1.0",
    "@advanced-rest-client/uuid-generator": "^3.1.1",
    "@anypoint-web-components/anypoint-button": "^1.1.1",
    "@anypoint-web-components/anypoint-item": "^1.1.0",
    "@api-components/amf-helper-mixin": "^4.5.23",
    "@api-components/api-authorization": "^0.7.1",
    "@api-components/api-body-editor": "^4.0.5",
    "@api-components/api-forms": "^0.2.1",
    "@api-components/api-headers": "^0.1.0",
    "@api-components/api-server-selector": "^0.6.3",
    "@api-components/api-url": "^0.1.1",
    "cryptojslib": "^3.1.2",
    "dompurify": "^2.2.9",
    "jsrsasign": "^10.1.11",
    "lit-element": "^2.4.0",
    "lit-html": "^1.3.0"
  },
  "devDependencies": {
    "@advanced-rest-client/arc-demo-helper": "^2.2.6",
    "@anypoint-web-components/anypoint-radio-button": "^0.1.6",
    "@api-components/api-model-generator": "^0.2.9",
    "@api-components/api-navigation": "^4.2.5",
    "@open-wc/eslint-config": "^4.0.1",
    "@open-wc/testing": "^2.5.32",
    "@web/dev-server": "^0.1.8",
    "@web/test-runner": "^0.13.13",
    "@web/test-runner-playwright": "^0.8.4",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^8.1.0",
    "husky": "^7.0.1",
    "lint-staged": "^11.0.1",
    "sinon": "^11.1.1",
    "typescript": "^4.2.2",
    "typescript-lit-html-plugin": "^0.9.0"
  },
  "scripts": {
    "start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .",
    "lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore",
    "format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
    "lint:types": "tsc",
    "lint": "npm run lint:eslint",
    "format": "npm run format:eslint",
    "test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
    "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
    "gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json",
    "prepare": "node demo/model.js"
  },
  "eslintConfig": {
    "extends": [
      "@open-wc/eslint-config",
      "eslint-config-prettier"
    ],
    "overrides": [
      {
        "files": [
          "demo/**/*.js",
          "test/**/*.js",
          "**/demo/**/*.html"
        ],
        "rules": {
          "no-console": "off",
          "no-unused-expressions": "off",
          "no-plusplus": "off",
          "no-param-reassing": "off",
          "class-methods-use-this": "off",
          "import/no-extraneous-dependencies": "off"
        }
      }
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}
