{
  "name": "@genexus/designer-common-components",
  "version": "0.4.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/designer-common-components/designer-common-components.esm.js",
  "author": "GeneXus",
  "license": "Apache-2.0",
  "files": [
    "dist/",
    "loader/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist && rimraf loader && rimraf www",
    "build-designer": "stencil build --docs",
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@genexus/chameleon-controls-library": "6.27.0",
    "@genexus/designer-common": "^0.4.0",
    "@genexus/mercury": "1.1.1",
    "@stencil/core": "~4.16.0",
    "@stencil/sass": "~3.0.11",
    "@types/jest": "^27.0.3",
    "@types/react": "18.0.17",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "lit": "^3.3.1",
    "puppeteer": "^10.0.0",
    "rimraf": "3.0.2",
    "sass-embedded": "^1.97.2",
    "typescript": "5.4.5"
  },
  "gitHead": "81c49706739dba054b34c2c243193ea6975d299a"
}
