{
  "name": "@tollbit/core-integrate-tile",
  "version": "0.0.8",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./resize": "./dist/resize/index.js",
    "./tileListener": "./dist/utils/tileListener.js"
  },
  "scripts": {
    "lint": "eslint .",
    "type-check": "tsc --noEmit",
    "format:check": "prettier --check .",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.scripts.json"
  },
  "devDependencies": {
    "@tollbit/eslint-config": "*",
    "@tollbit/typescript-config": "*",
    "@turbo/gen": "^1.12.4",
    "@types/node": "^20.11.24",
    "@types/eslint": "^8.56.5",
    "@types/react": "18.2.8",
    "eslint": "^8.57.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "react": "^18.2.0",
    "zod": "3.23.4"
  }
}
