{ "name": "@bytelyst/feedback-client", "version": "0.1.0", "description": "TypeScript client for submitting user feedback with screenshots", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run" }, "dependencies": { "@bytelyst/api-client": "workspace:*" }, "peerDependencies": { "zod": "^3.22.0" }, "devDependencies": { "typescript": "^5.7.0", "vitest": "^3.0.0" }, "publishConfig": { "registry": "http://localhost:3300/api/packages/bytelyst/npm/" } }