{ "name": "aurora-admin-design", "version": "1.4.1", "description": "B 端中后台设计系统 · 79 组件 × 5 端实现 · 零运行时依赖", "license": "MIT", "main": "dist/tokens/tokens.css", "style": "dist/components/index.css", "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "build": "node tools/build-dist.mjs", "regression": "node tools/run-regression.mjs", "serve": "node site/dev-server.js" }, "keywords": [ "design-system", "design-tokens", "admin", "dashboard", "css-variables", "component-library", "b2b" ], "sideEffects": [ "*.css" ], "engines": { "node": ">=18" }, "devDependencies": { "playwright": "^1.48.0" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/YOUR-ACCOUNT/aurora-admin.git" }, "bugs": { "url": "https://github.com/YOUR-ACCOUNT/aurora-admin/issues" }, "homepage": "https://YOUR-ACCOUNT.github.io/aurora-admin/site/" }