{
  "name": "@pap-it/tools-theme",
  "version": "1.0.22",
  "scripts": {
    "init": "sh .scripts/init.sh",
    "test": ".scripts/test.sh",
    "build": ".scripts/build.sh",
    "react": "sh .scripts/helper/build-react.sh",
    "watch": ".scripts/watch.sh",
    "publish:manual": "sh .scripts/publish.sh",
    "preversion": "sh .scripts/preversion.sh",
    "postversion": "sh .scripts/postversion.sh",
    "combine": ".scripts/combine.sh && .scripts/start.sh combined",
    "start": ".scripts/start.sh",
    "isolate": "sh .scripts/isolate.sh",
    "analyse": "sh .scripts/analyse.sh",
    "interactive": "sh .scripts/helper/build-interactive.sh",
    "variations": "sh .scripts/helper/build-variations.sh",
    "component:add": "sh .scripts/helper/add-component.sh"
  },
  "main": "dist/src/index.js",
  "files": [
    "asset/",
    "dist/"
  ],
  "exports": {
    "./react": "./dist/react/index.js",
    "./wc": "./dist/src/register.js",
    ".": "./dist/src/index.js"
  },
  "author": "Henry Pap",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/onkelhoy/web-components.git"
  },
  "dependencies": {
    "@pap-it/system-utils": "1.0.15",
    "@pap-it/system-react": "0.0.8"
  },
  "devDependencies": {
    "eslint": "^8.53.0",
    "@pap-it/system-doc": "1.0.29",
    "esbuild": "^0.17.18",
    "node-html-parser": "^6.1.5",
    "sass": "^1.70.0",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  },
  "keywords": [
    "web-component",
    "typescript",
    "sass"
  ],
  "description": ""
}
