{
  "name": "@teamsparta/stack-utils",
  "version": "1.1.3",
  "description": "stack utils",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "TeamSparta",
    "Design System",
    "Utils"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TeamSparta-Inc/stack/issues"
  },
  "homepage": "https://github.com/TeamSparta-Inc/stack#readme",
  "peerDependencies": {
    "@types/react": "*",
    "@types/react-dom": "*",
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsup": "^8.0.1",
    "typescript": "^4.9.3"
  },
  "scripts": {
    "dev": "tsup --watch",
    "lint": "npx eslint --ext .ts,.tsx ./src",
    "build": "tsup",
    "test": "vitest run --coverage --typecheck",
    "test:ui": "vitest --ui",
    "test:watch": "vitest --watch",
    "type-coverage": "type-coverage --strict --at-least 97"
  }
}