{
  "name": "@arcgis/coding-components",
  "version": "5.1.15",
  "description": "ArcGIS Coding Components",
  "keywords": [
    "ArcGIS",
    "components",
    "data-driven",
    "Esri",
    "gis",
    "javascript",
    "map",
    "spatial",
    "web-components"
  ],
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./loader": "./dist/loader.js",
    "./package.json": "./package.json",
    "./components/*/customElement": "./dist/components/*/customElement.js",
    "./components/*": "./dist/components/*/index.js",
    "./types/*": "./dist/types/*.d.ts",
    "./docs/*": "./dist/docs/*",
    "./main.css": "./dist/cdn/main.css",
    "./arcgis-coding-components/arcgis-coding-components.css": "./dist/cdn/main.css",
    "./dist/arcgis-coding-components/arcgis-coding-components.css": "./dist/cdn/main.css",
    "./dist/loader": "./dist/loader.js",
    "./dist/components": "./dist/index.js",
    "./dist/components/*": "./dist/components/*/index.js"
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@lit/task": "^1.0.3",
    "lit": "^3.3.0",
    "marked": "~18.0.5",
    "monaco-editor": "~0.55.1",
    "tslib": "^2.8.1",
    "vscode-languageserver-types": "^3.17.5",
    "@arcgis/arcade-languageservice": "5.1.15",
    "@arcgis/languages-api-utils": "5.1.15",
    "@arcgis/toolkit": "5.1.15",
    "@arcgis/lumina": "5.1.15"
  },
  "peerDependencies": {
    "@arcgis/core": "^5.1.0",
    "@esri/calcite-components": "^5.1.1"
  },
  "css.customData": [
    "dist/docs/vscode.css-custom-data.json"
  ],
  "customElements": "dist/docs/api.json",
  "html.customData": [
    "dist/docs/vscode.html-custom-data.json"
  ],
  "web-types": "dist/docs/web-types.json"
}