{ "name": "@gitbook/react-openapi", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "development": "./src/index.ts", "default": "./dist/index.js" } }, "version": "1.3.2", "sideEffects": false, "dependencies": { "@gitbook/openapi-parser": "workspace:*", "@scalar/api-client-react": "^1.3.16", "@scalar/oas-utils": "^0.2.130", "clsx": "^2.1.1", "flatted": "^3.2.9", "json-xml-parse": "^1.3.0", "react-aria-components": "^1.6.0", "react-aria": "^3.37.0", "usehooks-ts": "^3.1.0", "zustand": "^5.0.3" }, "devDependencies": { "bun-types": "^1.1.20", "typescript": "^5.5.3" }, "peerDependencies": { "react": "*" }, "scripts": { "build": "rm -rf ./dist && tsc --project tsconfig.build.json", "typecheck": "tsc --noEmit", "unit": "bun test", "dev": "bun run build -- --watch", "clean": "rm -rf ./dist" }, "files": ["dist", "src", "README.md", "CHANGELOG.md"] }