{ "name": "axon-charts", "version": "1.2.8", "description": "A fast, lightweight candlestick chart library optimized for AI-driven applications and LLM integration", "type": "module", "main": "dist/chart.js", "module": "dist/chart.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/chart.esm.js", "require": "./dist/chart.js", "default": "./dist/chart.js" }, "./*": "./*" }, "files": [ "dist/", "LICENSE", "README.md", "CHANGELOG.md" ], "scripts": { "build": "node esbuild.config.js", "dev": "node esbuild.config.js --watch", "prepublishOnly": "npm run build", "serve": "npx serve .", "typecheck": "tsc --noEmit" }, "keywords": [ "candlestick", "chart", "financial", "trading", "canvas", "llm", "ai", "axon", "fintech", "charting", "candlestick-chart", "financial-chart", "trading-chart", "realtime" ], "author": "Axon Charts", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/AxonWatch/axon-charts.git" }, "homepage": "https://github.com/AxonWatch/axon-charts#readme", "bugs": { "url": "https://github.com/AxonWatch/axon-charts/issues" }, "devDependencies": { "esbuild": "^0.28.0", "typescript": "^5.0.0" } }