{
  "name": "@chidi-a/developer-starter",
  "version": "1.2.2",
  "description": "Voya Web Components",
  "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.0",
    "@changesets/cli": "^2.27.9",
    "@eslint/js": "^9.14.0",
    "@finsweet/eslint-config": "^3.0.1",
    "@finsweet/tsconfig": "^1.4.0",
    "@playwright/test": "^1.48.2",
    "@types/eslint": "^9.6.1",
    "@types/node": "^22.10.1",
    "cross-env": "^7.0.3",
    "esbuild": "^0.24.0",
    "eslint": "^9.14.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "http-server": "^14.1.1",
    "prettier": "^3.3.3",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.14.0",
    "vite": "^6.0.3",
    "vite-plugin-env-compatible": "^2.0.1"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.40.0",
    "@studio-freight/lenis": "^1.0.42",
    "gsap": "^3.12.5",
    "split-type": "^0.3.4",
    "swiper": "^11.1.15"
  },
  "engines": {
    "node": ">=18",
    "pnpm": ">=9"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint ./src && prettier --check ./src",
    "lint:fix": "eslint ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}