{
  "name": "@finsweet/fs-components",
  "version": "2.3.52",
  "description": "Finsweet Components SDK.",
  "homepage": "https://finsweet.com/components",
  "type": "module",
  "main": "fs-components.js",
  "files": [
    "fs-components.js",
    "fs-docs.js",
    "dist",
    "schemas",
    "examples"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/webflow-designer-extensions-playground.git"
  },
  "keywords": [
    "webflow",
    "components",
    "no code"
  ],
  "author": {
    "name": "Finsweet",
    "url": "https://finsweet.com/"
  },
  "bugs": {
    "url": "https://finsweet.com/components/support"
  },
  "dependencies": {
    "nanostores": "0.10.3",
    "core-cnumbercount": "0.3.18",
    "core-consent": "0.1.27",
    "core-cursor": "0.1.22",
    "core-example": "0.0.5",
    "core-instagramfeed": "0.2.21",
    "core-marquee": "0.2.31",
    "core-favorite": "0.0.5",
    "core-rangeslider": "0.1.20",
    "core-slider": "1.1.23",
    "core-table": "1.0.20",
    "core-tabs": "1.0.3",
    "core-socialshare": "0.0.21",
    "core-tooltip": "0.1.23",
    "core-youtubefeed": "0.2.19"
  },
  "devDependencies": {
    "@types/node": "18.16.1",
    "tsx": "4.7.1"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development tsx ./bin/build.ts",
    "build": "cross-env NODE_ENV=production tsx ./bin/build.ts",
    "build:staging": "cross-env NODE_ENV=production tsx ./bin/build.ts --dir=dist",
    "lint": "eslint ./src && prettier --check ./src",
    "lint:fix": "eslint ./src --fix && prettier --write ./src",
    "check": "tsc --noEmit",
    "test": "pnpm playwright test",
    "test:headed": "pnpm playwright test --headed"
  }
}