{
  "name": "spotclip",
  "version": "1.2.98",
  "private": false,
  "description": "Instagram-Style Video Widget for websites",
  "main": "dist/spotclip.min.umd.js",
  "module": "dist/spotclip.min.es.js",
  "exports": {
    ".": {
      "import": "./dist/spotclip.min.es.js",
      "require": "./dist/spotclip.min.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "config:link": "shopify app config link",
    "generate": "shopify app generate",
    "deploy": "shopify app deploy",
    "config:use": "shopify app config use",
    "env": "shopify app env",
    "start": "remix-serve ./build/server/index.js",
    "docker-start": "npm run setup && npm run start",
    "setup": "prisma generate && prisma migrate deploy",
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
    "shopify": "shopify",
    "prisma": "prisma",
    "graphql-codegen": "graphql-codegen",
    "vite": "vite"
  },
  "type": "module",
  "engines": {
    "node": "^18.20 || ^20.10 || >=21.0.0"
  },
  "dependencies": {
    "@lottiefiles/dotlottie-web": "^0.42.0",
    "@splidejs/splide": "^4.1.4",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-tsconfig-paths": "^5.0.1"
  },
  "devDependencies": {
    "@types/eslint": "^8.40.0",
    "@types/node": "^22.2.0",
    "@types/react": "^18.2.31",
    "@types/react-dom": "^18.2.14",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^9.1.0",
    "prettier": "^3.2.4",
    "terser": "^5.37.0",
    "typescript": "^5.2.2",
    "vite": "^5.1.3"
  },
  "workspaces": [
    "extensions/*"
  ],
  "resolutions": {},
  "overrides": {},
  "keywords": [
    "video",
    "widget",
    "instagram-style",
    "vertical-video",
    "stories"
  ],
  "author": "Axioms Studio",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/axioms-studio/spotclip"
  }
}
