{ "name": "@stock-bot/proxy", "version": "1.0.0", "description": "Simple proxy management library", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "test": "bun test", "dev": "tsc --watch" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "peerDependencies": {} }