{
  "name": "@supermousejs/core",
  "version": "2.2.0",
  "description": "The core physics engine and state manager for Supermouse.",
  "main": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "author": "O.S David",
  "url": "https://github.com/Whitestar14/supermouse-js",
  "license": "MIT",
  "keywords": [
    "cursor",
    "pointer",
    "interactive-cursor",
    "customizable pointer",
    "web UI",
    "animation",
    "custom-cursor",
    "mouse",
    "ui-interaction",
    "javascript",
    "web"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Whitestar14/supermouse-js.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/Whitestar14/supermouse-js/issues"
  },
  "homepage": "https://github.com/Whitestar14/supermouse-js/tree/main/packages/core#readme",
  "dependencies": {},
  "devDependencies": {},
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.umd.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest"
  }
}