{ "name": "@aiflowy/preferences", "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/preferences" }, "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "dependencies": { "@aiflowy-core/preferences": "workspace:*", "@aiflowy-core/typings": "workspace:*" } }