{
  "name": "@sheleg-design/workbench",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } },
  "files": ["dist", "src"],
  "scripts": { "build": "tsc -p tsconfig.json" },
  "peerDependencies": { "react": ">=18" },
  "devDependencies": { "typescript": "^5.6.0", "@types/react": "^18.3.0" }
}
