{
  "name": "@grafana/assistant",
  "version": "0.1.24",
  "description": "Type definitions and helper functions for Grafana Assistant",
  "repository": {
    "type": "git",
    "url": "https://github.com/grafana/grafana-assistant-app.git",
    "directory": "packages/@grafana/assistant"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "webpack --config webpack.config.cjs --mode production && tsc --emitDeclarationOnly",
    "dev": "webpack --config webpack.config.cjs --mode development",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch --onlyChanged",
    "test:ci": "jest --passWithNoTests --maxWorkers 4",
    "prepack": "pnpm run build"
  },
  "keywords": [
    "grafana",
    "assistant",
    "types",
    "typescript"
  ],
  "author": "Grafana Labs",
  "license": "Apache-2.0",
  "devDependencies": {
    "@emotion/css": "^11.0.0",
    "@grafana/tsconfig": "^2.0.0",
    "@storybook/react": "^8.6.17",
    "@swc/core": "1.15.11",
    "@swc/jest": "^0.2.26",
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "14.3.1",
    "@types/jest": "^29.5.0",
    "@types/react": "^18.0.0",
    "@types/testing-library__jest-dom": "5.14.9",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rxjs": "7.8.2",
    "ts-loader": "^9.5.2",
    "typescript": "^5.0.0",
    "webpack": "^5.0.0",
    "webpack-cli": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@grafana/data": ">=12.1.0",
    "@grafana/runtime": ">=12.1.0",
    "@grafana/scenes": ">=5.41.0",
    "@grafana/schema": ">=12.1.0",
    "@grafana/ui": ">=12.1.0",
    "react": ">=18.0.0",
    "rxjs": ">=7.0.0"
  },
  "dependencies": {}
}
