{
  "name": "@influence-society/the-lander",
  "version": "10.2.5",
  "description": "An Influence Society site",
  "homepage": "https://github.com/finsweet/client-influence-society#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Finsweet",
    "url": "https://www.finsweet.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/client-influence-society.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/client-influence-society/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "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",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "pnpm playwright test",
    "test:headed": "pnpm playwright test --headed",
    "update": "pnpm update -i -L"
  },
  "devDependencies": {
    "@types/intl-tel-input": "^18.1.4"
  },
  "dependencies": {
    "@easepick/bundle": "^1.2.1",
    "@easepick/lock-plugin": "^1.2.1",
    "@easepick/range-plugin": "^1.2.1",
    "@finsweet/attributes-cmsload": "^1.12.0",
    "countries-and-timezones": "^3.8.0",
    "intl-tel-input": "^19.2.15"
  }
}
