{
  "name": "@kodaris/krubble-app-components",
  "version": "1.0.70",
  "description": "Krubble Application Components - Smart components with business logic",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./scaffold": {
      "types": "./dist/scaffold.d.ts",
      "import": "./dist/scaffold.js"
    },
    "./screen-nav": {
      "types": "./dist/screen-nav.d.ts",
      "import": "./dist/screen-nav.js"
    },
    "./screen-detail": {
      "types": "./dist/screen-detail.d.ts",
      "import": "./dist/screen-detail.js"
    },
    "./subbar": {
      "types": "./dist/subbar.d.ts",
      "import": "./dist/subbar.js"
    },
    "./router": {
      "types": "./dist/router.d.ts",
      "import": "./dist/router.js"
    },
    "./chatbot": {
      "types": "./dist/chatbot.d.ts",
      "import": "./dist/chatbot.js"
    }
  },
  "files": [
    "dist",
    "breaking-changes.json",
    "postinstall.cjs"
  ],
  "scripts": {
    "postinstall": "node postinstall.cjs",
    "build": "npm run lint && npm run clean && npm run build:ts && npm run build:bundle",
    "build:ts": "tsc",
    "build:bundle": "rollup -c",
    "clean": "rm -rf dist",
    "dev": "tsc --watch",
    "watch": "npm run build && concurrently \"tsc --watch --preserveWatchOutput\" \"rollup -c --watch\"",
    "lint": "eslint src"
  },
  "dependencies": {
    "lit": "^3.2.0",
    "marked": "^12.0.0"
  },
  "peerDependencies": {
    "@kodaris/krubble-components": "*",
    "@kodaris/krubble-http": "*"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "concurrently": "^8.2.2",
    "rollup": "^4.14.0",
    "typescript": "^5.6.3"
  },
  "keywords": [
    "web-components",
    "lit",
    "custom-elements"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public"
  }
}
