{
  "name": "@operato/scene-chartjs",
  "description": "Things Scene ChartJS Component",
  "version": "10.0.0-beta.22",
  "type": "module",
  "author": "heartyoh",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "license": "MIT",
  "things-scene": true,
  "publishConfig": {
    "access": "public",
    "@operato:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/things-scene/operato-scene.git",
    "directory": "packages/chartjs"
  },
  "scripts": {
    "serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"",
    "serve:dev": "npm run serve",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "tsc",
    "prepublishOnly": "tsc",
    "lint": "eslint src/ && prettier \"src/**/*.ts\" --check",
    "format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write",
    "migration": "things-factory-migration"
  },
  "dependencies": {
    "@ctrl/tinycolor": "^3.1.6",
    "@hatiolab/things-scene": "^10.0.0-beta.1",
    "@material/web": "^2.0.0",
    "@operato/chart": "^10.0.0-beta.1",
    "@operato/utils": "^10.0.0-beta.1",
    "@webcomponents/template": "^1.5.0",
    "@webcomponents/webcomponentsjs": "^2.6.0",
    "chart.js": "^4.4.3",
    "chartjs-plugin-crosshair": "^2.0.0",
    "chartjs-plugin-datalabels": "^2.2.0",
    "lit": "^3.1.2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@hatiolab/prettier-config": "^1.0.0",
    "@things-factory/builder": "^10.0.0-beta.1",
    "@things-factory/operato-board": "^10.0.0-beta.1",
    "@types/lodash-es": "^4.17.5",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@web/dev-server": "^0.1.28",
    "concurrently": "^8.0.1",
    "eslint": "^9.18.0",
    "eslint-config-prettier": "^10.0.1",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "tslib": "^2.3.1",
    "typescript": "^5.0.4"
  },
  "prettier": "@hatiolab/prettier-config",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "gitHead": "f48e52f4f5fdc30ec06af9da7cf253f6e29cfb0e"
}
