{
  "name": "@jacuzzi-digital/d1-webflow",
  "version": "1.2.79",
  "description": "Hosted code for the D1 Spas Project.",
  "homepage": "https://github.com/jacuzzi-digital/D1-Webflow#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Candid Leap James",
    "url": "https://candidleap.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacuzzi-digital/D1-Webflow.git"
  },
  "bugs": {
    "url": "https://github.com/jacuzzi-digital/D1-Webflow/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.26.2",
    "@finsweet/eslint-config": "^2.0.5",
    "@finsweet/tsconfig": "^1.3.2",
    "@playwright/test": "^1.37.1",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "cross-env": "^7.0.3",
    "esbuild": "^0.19.2",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^3.0.3",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.40.0",
    "swiper": "^10.2.0"
  },
  "engines": {
    "pnpm": ">=8"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}