{ "name": "@stock-bot/shared-types", "version": "1.0.0", "description": "Shared TypeScript definitions for the trading bot", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "test": "echo \"No tests yet\"" }, "devDependencies": { "typescript": "^5.4.5" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } } }