{
  "name": "esri-map-view",
  "version": "0.9.4",
  "description": "Display an Esri map view as a web component.",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "es2015": "./dist/esm/index.js",
  "es2017": "./dist/esm/index.js",
  "types": "./dist/types/components.d.ts",
  "collection": "./dist/collection/collection-manifest.json",
  "collection:main": "./dist/collection/index.js",
  "unpkg": "./dist/esri-map-view/esri-map-view.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "publish": "npm run build && npm publish --access public",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "prepare": "husky install"
  },
  "dependencies": {
    "@arcgis/core": "^4.34",
    "esri-loader": "^3.7.0"
  },
  "devDependencies": {
    "@stencil/core": "^4.43.4",
    "@types/jest": "29.5.14",
    "@types/node": "^24.0.4",
    "husky": "^9.1.7",
    "jest": "29.7.0",
    "jest-cli": "29.7.0",
    "puppeteer": "24.43.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jf990/esri-map-component.git"
  },
  "bugs": {
    "url": "https://github.com/jf990/esri-map-component/issues"
  },
  "author": {
    "name": "John Foster",
    "email": "jfoster@esri.com",
    "url": "https://developers.arcgis.com"
  },
  "homepage": "https://developers.arcgis.com",
  "keywords": [
    "Esri",
    "ArcGIS",
    "JavaScript",
    "HTML",
    "component",
    "map",
    "mapview",
    "GIS"
  ]
}
