{
  "name": "em9webcomponents",
  "description": "A forward-thinking web components library that works with all frameworks.",
  "version": "1.0.2",
  "author": "Numan Ul Haq",
  "license": "MIT",
  "main": "dist/em9Library.js",
  "module": "dist/em9Library.js",
  "customElements": "dist/custom-elements.json",
  "web-types": "dist/web-types.json",
  "type": "module",
  "types": "dist/em9Library.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "web components",
    "custom elements",
    "components"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/numankhan4/em9webcomponents.git"
  },
  "scripts": {
    "start": "node scripts/build.js --bundle --serve",
    "build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
    "verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
    "prettier": "prettier --write --loglevel warn .",
    "prettier:check": "prettier --check --loglevel warn .",
    "lint": "eslint src --max-warnings 0",
    "lint:fix": "eslint src --max-warnings 0 --fix",
    "ts-check": "tsc --noEmit --project ./tsconfig.json",
    "create": "plop --plopfile scripts/plop/plopfile.js",
    "test": "web-test-runner",
    "test:component": "npm run test -- --group",
    "test:watch": "web-test-runner --watch",
    "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
    "list-outdated-dependencies": "npm-check-updates --format repo --peer",
    "update-dependencies": "npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify"
  },
  "engines": {
    "node": ">=14.17.0"
  },
  "dependencies": {
    "@floating-ui/dom": "^0.5.2",
    "@lit-labs/react": "^1.0.4",
    "@shoelace-style/animations": "^1.1.0",
    "@shoelace-style/localize": "^2.2.1",
    "ag-grid-community": "^28.1.1",
    "color": "4.2",
    "country-flag-icons": "^1.5.5",
    "deep-equal": "^2.0.5",
    "libphonenumber-js": "^1.10.14",
    "lit": "^2.2.5",
    "perfect-scrollbar": "^1.5.5",
    "qr-creator": "^1.0.0",
    "web-elements-icons": "^0.1.3"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.6.1",
    "@open-wc/testing": "^3.1.5",
    "@types/color": "^3.0.3",
    "@types/mocha": "^9.1.1",
    "@types/react": "^18.0.9",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "@web/dev-server-esbuild": "^0.3.0",
    "@web/test-runner": "^0.13.28",
    "@web/test-runner-commands": "^0.6.1",
    "@web/test-runner-playwright": "^0.8.8",
    "bootstrap-icons": "^1.8.3",
    "browser-sync": "^2.27.10",
    "chalk": "^5.0.1",
    "command-line-args": "^5.2.1",
    "comment-parser": "^1.3.1",
    "cspell": "^6.0.0",
    "del": "^6.1.1",
    "download": "^8.0.0",
    "esbuild": "^0.14.40",
    "eslint": "^8.16.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-lit": "^1.6.1",
    "eslint-plugin-lit-a11y": "^2.2.0",
    "eslint-plugin-markdown": "^2.2.1",
    "eslint-plugin-wc": "^1.3.2",
    "front-matter": "^4.0.2",
    "get-port": "^6.1.2",
    "globby": "^13.1.1",
    "husky": "^8.0.1",
    "jsonata": "^1.8.6",
    "lint-staged": "^12.4.2",
    "lunr": "^2.3.9",
    "npm-check-updates": "^13.0.3",
    "open": "^8.4.0",
    "pascal-case": "^3.1.2",
    "plop": "^3.1.0",
    "prettier": "^2.6.2",
    "react": "^18.1.0",
    "recursive-copy": "^2.0.14",
    "sinon": "^14.0.0",
    "strip-css-comments": "^5.0.0",
    "tslib": "^2.4.0",
    "typescript": "4.7.2"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --max-warnings 0 --cache --fix",
      "prettier --write"
    ]
  }
}
