UNPKG

js.foresight-devtools

Version:

Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization

64 lines 1.58 kB
{ "name": "js.foresight-devtools", "version": "1.3.3", "description": "Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "homepage": "https://foresightjs.com/docs/getting_started/development_tools", "repository": { "type": "git", "url": "git+https://github.com/spaansba/ForesightJS/tree/main/packages/devpage" }, "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": "^3.3.2" }, "devDependencies": { "@types/node": "^24.10.1", "tslib": "^2.8.1", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.9", "js.foresight": "3.3.3" }, "dependencies": { "@thednp/position-observer": "^1.1.0", "lit": "^3.3.1" }, "scripts": { "build": "tsup --sourcemap", "build:prod": "tsup", "dev": "tsup --watch", "test": "vitest", "test:watch": "vitest --watch", "test:run": "vitest run", "prettier": "prettier --write .", "lint": "eslint . --fix" } }