{
  "name": "@furystack/shades-nipple",
  "version": "12.0.2",
  "description": "A Nipple component wrapper for FuryStack Shades",
  "type": "module",
  "scripts": {
    "build": "tsc --outDir ./esm"
  },
  "exports": {
    ".": {
      "types": "./esm/index.d.ts",
      "import": "./esm/index.js"
    }
  },
  "files": [
    "esm",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/furystack/furystack.git"
  },
  "keywords": [
    "FuryStack",
    "Shades",
    "Nipple",
    "joystick",
    "gamepad",
    "touch"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Gallay Lajos <gallay.lajos@gmail.com>",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/furystack/furystack/issues"
  },
  "homepage": "https://github.com/furystack/furystack",
  "devDependencies": {
    "@furystack/inject": "^13.0.2",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "@furystack/shades": "^15.0.2",
    "nipplejs": "^1.0.4"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "sideEffects": false
}