{ "name": "@lilith/ui-styled-components", "version": "6.3.9", "description": "Wrapper for styled-components - single source of truth for all Lilith Platform styled-components imports", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc --project tsconfig.json", "type-check": "tsc --noEmit", "typecheck": "tsc --noEmit", "lint": "echo 'Skipping lint'", "test": "echo 'Skipping test'" }, "dependencies": { "styled-components": "6.3.8" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^19.2.8", "typescript": "^5.9.3" }, "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }