{
  "name": "webflow-scripts",
  "version": "1.1.0",
  "description": "Various scripts to be used to extend functionality of websites built with Webflow",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint ./src/**/*.ts",
    "test": "jest --verbose --silent --coverage",
    "types:check": "tsc --noEmit"
  },
  "keywords": [
    "webflow"
  ],
  "author": "Devflow Studio, LLC",
  "license": "MIT",
  "devDependencies": {
    "@repo/eslint-config": "workspace:^",
    "@repo/jest-presets": "workspace:^",
    "@repo/typescript-config": "workspace:^",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.10",
    "jest": "^29.7.0",
    "rollup": "^4.31.0",
    "ts-jest": "^29.2.5",
    "tslib": "^2.8.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}
