{
  "name": "js.foresight-devtools",
  "version": "2.2.1",
  "description": "Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "homepage": "https://foresightjs.com/docs/getting_started/development_tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spaansba/ForesightJS",
    "directory": "packages/js.foresight-devtools"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "foresight",
    "debugger",
    "mouse-trajectory",
    "visualization",
    "debug-tools",
    "development",
    "foresightjs",
    "devtools"
  ],
  "author": "Bart Spaans",
  "license": "MIT",
  "llms": "https://foresightjs.com/llms.txt",
  "llmsFull": "https://foresightjs.com/llms-full.txt",
  "peerDependencies": {
    "js.foresight": "^4.2.1"
  },
  "devDependencies": {
    "@types/node": "^25.5.2",
    "tslib": "^2.8.1",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "vitest": "^4.1.2",
    "js.foresight": "4.2.1"
  },
  "dependencies": {
    "lit": "^3.3.2"
  },
  "scripts": {
    "build": "tsdown --sourcemap",
    "build:prod": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:run": "vitest run",
    "prettier": "prettier --write .",
    "lint": "eslint . --fix"
  }
}