{
  "name": "@xbp/rui",
  "type": "module",
  "version": "0.0.1",
  "title": "xbp test",
  "description": "xbp",
  "author": {
    "name": "xiong fei",
    "email": "xf_314@qq.com"
  },
  "license": "MIT",
  "keywords": [
    "xbp"
  ],
  "main": "./es/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {},
  "dependencies": {}
}
