{ "name": "@stock-bot/types", "version": "1.0.0", "description": "Shared type definitions for Stock Bot platform", "main": "src/index.ts", "type": "module", "scripts": { "build": "tsc", "type-check": "tsc --noEmit" }, "keywords": [ "types", "typescript", "stock-bot" ], "exports": { ".": { "import": "./src/index.ts", "require": "./dist/index.js" } } }