{ "name": "@aiflowy/icons", "version": "1.0.0", "homepage": "https://github.com/aiflowy/aiflowy", "bugs": "https://github.com/aiflowy/aiflowy/issues", "repository": { "type": "git", "url": "git+https://github.com/aiflowy/aiflowy.git", "directory": "packages/icons" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "dependencies": { "@aiflowy-core/icons": "workspace:*" } }