{
  "name": "aiprise-web-sdk",
  "description": "Webcomponent following open-wc recommendations",
  "license": "MIT",
  "author": "AiPrise <info@aiprise.com>",
  "version": "2.1.2",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "exports": {
    ".": "./dist/src/index.js"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "rimraf dist && tsc && npm run analyze -- --exclude dist",
    "prepublish": "tsc && npm run analyze -- --exclude dist",
    "build:bundle": "npm run build && rollup -c && rimraf dist/src"
  },
  "dependencies": {
    "lit": "^2.7.2",
    "lit-portal": "^1.0.5"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.4.17",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.27",
    "@web/dev-server": "^0.1.34",
    "concurrently": "^5.3.0",
    "prettier": "^2.8.3",
    "rimraf": "^4.1.2",
    "rollup": "^2.79.2",
    "rollup-plugin-html-literals": "^2.0.0",
    "tslib": "^2.5.0",
    "typescript": "^4.5.2"
  },
  "customElements": "custom-elements.json"
}
