{ "name": "dss-system", "version": "1.0.0", "description": "DSS internal design system (dogfooding)", "skin": "base", "base_theme": "light", "targets": [ { "name": "admin-ui", "path": "./admin-ui", "type": "web-app", "framework": "vanilla" }, { "name": "storybook", "path": "./storybook", "type": "documentation", "framework": "storybook" } ], "output": { "tokens_dir": "./.dss/data/_system/tokens", "themes_dir": "./.dss/data/_system/themes", "components_dir": "./.dss/data/_system/components", "formats": ["css", "scss", "json"] }, "figma": { "files": [], "auto_sync": false }, "created_at": "$(date -Iseconds)", "updated_at": "$(date -Iseconds)" }