{ "name": "@plunk/types", "version": "0.0.0", "private": true, "scripts": { "clean": "rimraf node_modules .turbo" }, "devDependencies": { "@plunk/typescript-config": "*", "@types/node": "^24.10.0", "@types/react": "^19.2.7", "typescript": "^5.7.2" }, "exports": { "./integrations/*": "./src/integrations/*.ts", "./swyp/*": "./src/swyp/*.ts", ".": "./src/index.ts" } }