{
  "name": "@apps-in-toss/types",
  "type": "module",
  "version": "2.4.7",
  "description": "Types for Apps In Toss",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "build": "tsup"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@types/react": "19.2.3",
    "esbuild": "0.25.5",
    "tsup": "^8.5.0",
    "typescript": "5.8.3"
  }
}