{
  "name": "showloop",
  "description": "Simple JavaScript library for loop-sliding showcase",
  "version": "1.0.1",
  "type": "module",
  "browser": "dist/showloop.js",
  "module": "dist/showloop.esm.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "homepage": "https://github.com/qrac/showloop",
  "repository": {
    "type": "git",
    "url": "https://github.com/qrac/showloop"
  },
  "bugs": {
    "url": "https://github.com/qrac/showloop/issues"
  },
  "keywords": [
    "marquee",
    "loop",
    "slide",
    "slide-show",
    "gallery",
    "browser",
    "javascript",
    "typescript",
    "japanese",
    "showloop"
  ],
  "author": {
    "name": "Qrac",
    "url": "https://qrac.jp"
  },
  "organization": {
    "name": "QRANOKO",
    "url": "https://qranoko.jp"
  },
  "scripts": {
    "dev": "vite",
    "build": "npm run build:src & npm run build:type",
    "build:src": "vite build",
    "build:type": "tsc",
    "play": "npm run build:src && vite ./playground/umd -c=./vite.config.ts",
    "play:esm": "npm run build:src && vite ./playground/esm -c=./vite.config.ts",
    "prepublishOnly": "npm run build",
    "up": "npx npm-check-updates --deep --cooldown 7",
    "up:u": "npx npm-check-updates --deep --cooldown 7 -u"
  },
  "devDependencies": {
    "@types/node": "^25.1.0",
    "typescript": "^5.9.3",
    "vite": "^8.0.0-beta.11"
  }
}
