{
  "name": "@api-components/amf-helper-mixin",
  "description": "A mixin with common functions user by most AMF components to compute AMF values",
  "version": "4.5.29",
  "license": "Apache-2.0",
  "main": "index.js",
  "module": "index.js",
  "keywords": [
    "api-components",
    "amf",
    "transformer"
  ],
  "author": {
    "name": "Pawel Uchida-Psztyc",
    "email": "pawel.psztyc@mulesoft.com"
  },
  "contributors": [
    "Leandro Bauret",
    "Francisco Di Giandomenico",
    "Carolina Wright",
    "Your name can be here!"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/advanced-rest-client/amf-helper-mixin.git"
  },
  "bugs": {
    "url": "https://github.com/advanced-rest-client/amf-helper-mixin/issues",
    "email": "arc@mulesoft.com"
  },
  "devDependencies": {
    "@api-components/api-model-generator": "^0.2.14",
    "@open-wc/eslint-config": "^4.3.0",
    "@open-wc/testing": "^2.5.33",
    "@web/dev-server": "^0.1.25",
    "@web/test-runner": "^0.13.18",
    "@web/test-runner-playwright": "^0.8.8",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "husky": "^7.0.2",
    "lint-staged": "^11.2.0",
    "lit-element": "^2.5.1",
    "lit-html": "^1.4.1",
    "sinon": "^11.1.2",
    "typescript": "^4.4.3",
    "typescript-lit-html-plugin": "^0.9.0"
  },
  "scripts": {
    "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 --node-resolve --watch",
    "prepare": "node apis/model.js"
  },
  "eslintConfig": {
    "extends": [
      "@open-wc/eslint-config",
      "eslint-config-prettier"
    ],
    "overrides": [
      {
        "files": [
          "test/**/*.js"
        ],
        "rules": {
          "no-console": "off",
          "no-plusplus": "off",
          "no-unused-expressions": "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"
    ]
  },
  "dependencies": {
    "amf-json-ld-lib": "0.0.14"
  }
}
