UNPKG

js.foresight-devtools

Version:

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

66 lines (65 loc) 1.73 kB
{ "name": "js.foresight-devtools", "version": "1.4.0", "description": "Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization", "type": "module", "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", "prepublishOnly": "pnpm lint && pnpm test:run && pnpm build:prod" }, "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.4.0" }, "devDependencies": { "@types/node": "^24.10.1", "js.foresight": "workspace:*", "tslib": "^2.8.1", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.9" }, "dependencies": { "@thednp/position-observer": "^1.1.0", "lit": "^3.3.2" } }