{
  "name": "@meowwolf/meowwolf-main",
  "version": "1.4.0",
  "description": "Meow Wolf Global code",
  "homepage": "https://github.com/finsweet/developer-starter#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Finsweet",
    "url": "https://finsweet.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/developer-starter.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/developer-starter/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.2.1",
    "@changesets/cli": "^2.29.5",
    "@finsweet/tsconfig": "^1.4.2",
    "@meowwolf/eslint-config": "^2.0.2",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "cross-env": "^7.0.3",
    "esbuild": "^0.20.2",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-playwright": "^2.2.2",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.5",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@amplitude/experiment-js-client": "^1.16.2",
    "@amplitude/session-replay-browser": "^1.28.3",
    "@auth0/auth0-spa-js": "^2.3.0",
    "@finsweet/ts-utils": "^0.40.0",
    "@fullcalendar/core": "^6.1.18",
    "@fullcalendar/daygrid": "^6.1.18",
    "@fullcalendar/list": "^6.1.18",
    "@fullcalendar/timegrid": "^6.1.18",
    "@playwright/test": "^1.54.2",
    "@segment/analytics-next": "^1.81.1",
    "date-fns-tz": "^3.2.0",
    "fullcalendar": "^6.1.18"
  },
  "engines": {
    "pnpm": ">=9"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "pnpm lint:fix"
    ]
  },
  "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 ./playwright && prettier --check ./src ./playwright",
    "lint:fix": "eslint --ignore-path .gitignore ./src ./playwright --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src ./playwright",
    "playwright": "playwright test",
    "playwright:ui": "playwright test --ui",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}