{
  "name": "@ecl/ecl-webcomponents-react",
  "version": "0.28.0",
  "description": "ECL react app",
  "main": "lib/index.ts",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "keywords": [
    "webcomponents",
    "europa",
    "component",
    "library",
    "react"
  ],
  "author": "planctus <davidepuntoferrante@gmail.com>",
  "homepage": "https://github.com/ec-europa/ecl-webcomponents",
  "license": "EUPL-1.2",
  "directories": {
    "lib": "lib",
    "test": "__tests__",
    "scripts": "scripts"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ecl/ecl-webcomponents": "0.28.0"
  },
  "devDependencies": {
    "@types/node": "25.9.2",
    "@types/react": "18.2.48",
    "@types/react-dom": "18.2.21",
    "eslint": "8.45.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "6.1.3",
    "typescript": "6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ec-europa/ecl-webcomponents.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "node ./__tests__/react-library.test.js",
    "build": "npm run clean && npm run tsc",
    "tsc": "tsc -p .",
    "pre-publish": "npm run build"
  },
  "bugs": {
    "url": "https://github.com/ec-europa/ecl-webcomponents/issues"
  },
  "gitHead": "3aeb715d81519d47e5e7e01b7c5c2b1859b5357a"
}
