{
  "name": "@softbrains/ftl-element-ui",
  "version": "0.16.0",
  "description": "FTL Element UI",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "peerDependencies": {
    "element-ui": "^2.13.0"
  },
  "devDependencies": {
    "auto-changelog": "^1.16.2",
    "eslint": "^5.4.0",
    "jest": "^23.6.0",
    "yorkie": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/ftl-group/ftl-element-ui.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/ftl-group/ftl-element-ui/issues"
  },
  "homepage": "https://gitlab.com/ftl-group/ftl-element-ui#readme",
  "engines": {
    "node": "12.16.1"
  },
  "eslintIgnore": [
    "build",
    "node_modules",
    "coverage"
  ],
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true,
      "jest": true
    },
    "parserOptions": {
      "ecmaVersion": 2018
    },
    "extends": "eslint:recommended",
    "rules": {
      "no-console": 0,
      "indent": [
        "error",
        2,
        {
          "SwitchCase": 1
        }
      ],
      "linebreak-style": [
        "error",
        "unix"
      ],
      "quotes": [
        "error",
        "single"
      ],
      "semi": [
        "error",
        "always"
      ],
      "no-unused-vars": [
        1,
        {
          "vars": "all",
          "args": "after-used"
        }
      ]
    }
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": true,
    "commitLimit": false
  }
}
