{
  "name": "@esui/core",
  "description": "A functionnal library for building web components",
  "license": "MIT",
  "author": "Pactilis dev team",
  "version": "0.9.3",
  "main": "index.js",
  "module": "index.js",
  "scripts": {
    "start": "rimraf dist && tsc && concurrently -k -r 'tsc --watch --preserveWatchOutput' 'wds --config wds.config.mjs'",
    "tsc:watch": "tsc --watch",
    "test": "tsc && wtr --coverage",
    "test:watch": "wtr --watch",
    "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
    "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "build": "rimraf dist && tsc --declaration && cp package.json ./dist",
    "deploy": "cd ./dist && yarn publish",
    "storybook": "wds -c .storybook/server.mjs",
    "storybook:build": "tsc && build-storybook"
  },
  "peerDependencies": {
    "@open-wc/testing-helpers": "^2.0.2",
    "lit": "^2.0.2",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@babel/core": ">=7.11.0",
    "@babel/eslint-parser": ">=7.11.0",
    "@babel/eslint-plugin": "^7.6.0",
    "@material/mwc-textfield": "^0.20.0",
    "@open-wc/eslint-config": "^4.2.0",
    "@open-wc/testing": "^3.0.3",
    "@open-wc/testing-helpers": "^2.0.2",
    "@types/babel__core": "^7.1.14",
    "@types/node": "13.11.1",
    "@typescript-eslint/eslint-plugin": "^4.15.2",
    "@typescript-eslint/parser": "^4.15.2",
    "@web/dev-server": "^0.1.28",
    "@web/dev-server-storybook": "next",
    "@web/test-runner": "next",
    "concurrently": "^5.3.0",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-lit": "^1.3.0",
    "eslint-plugin-lit-a11y": "^1.0.1",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-wc": "^1.2.0",
    "husky": "^4.3.8",
    "lint-staged": "^10.5.4",
    "lit": "^2.0.2",
    "lit-html": "^2.0.2",
    "prettier": "^2.2.1",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rollup": "^1.20.0",
    "sinon": "^12.0.1",
    "tslib": "^2.3.1",
    "typescript": "^4.5.3",
    "web-types-lit": "^0.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
