{
  "name": "@api-components/api-url-data-model",
  "description": "An element to generate view model for api-url-editor and api-url-params-editor elements from AMF model",
  "version": "5.0.1",
  "license": "Apache-2.0",
  "main": "api-url-data-model.js",
  "module": "index.js",
  "keywords": [
    "amf",
    "data-model",
    "arc",
    "api-components",
    "transformer"
  ],
  "authors": [
    "The Advanced REST client authors <arc@mulesoft.com>"
  ],
  "contributors": [
    "Pawel Psztyc"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/advanced-rest-client/api-url-data-model.git"
  },
  "bugs": {
    "url": "https://github.com/advanced-rest-client/api-url-data-model/issues",
    "email": "arc@mulesoft.com"
  },
  "dependencies": {
    "@api-components/amf-helper-mixin": "^4.1.1",
    "@api-components/api-view-model-transformer": "^4.1.0",
    "lit-element": "^2.3.1"
  },
  "devDependencies": {
    "@advanced-rest-client/arc-demo-helper": "^2.1.4",
    "@advanced-rest-client/eslint-config": "^1.1.5",
    "@advanced-rest-client/prettier-config": "^0.1.0",
    "@advanced-rest-client/testing-karma-sl": "^1.2.0",
    "@api-components/api-model-generator": "^0.2.8",
    "@api-components/api-navigation": "^4.1.0",
    "@api-components/api-server-selector": "^0.4.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@open-wc/testing": "^2.5.13",
    "@open-wc/testing-karma": "^3.3.15",
    "@polymer/gen-typescript-declarations": "^1.6.2",
    "deepmerge": "^4.2.2",
    "es-dev-server": "^1.46.5",
    "husky": "^4.2.5",
    "karma": "^5.0.2",
    "lint-staged": "^10.1.7",
    "sinon": "^9.0.2",
    "typescript-lit-html-plugin": "^0.9.0"
  },
  "scripts": {
    "test": "karma start --coverage",
    "update-types": "gen-typescript-declarations --deleteExisting --outDir .",
    "start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch",
    "start:compatibility": "es-dev-server --app-index demo/index.html --compatibility auto --node-resolve --open --watch",
    "lint:eslint": "eslint --ext .js,.html .",
    "format:eslint": "eslint --ext .js,.html . --fix",
    "lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",
    "format:prettier": "prettier \"**/*.js\" --write",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "format": "npm run format:eslint && npm run format:prettier",
    "test:watch": "karma start --auto-watch=true --single-run=false",
    "test:sl": "karma start karma.sl.config.js --compatibility auto --coverage",
    "generate-model": "node demo/model.js",
    "prepare": "node demo/model.js"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}
