{
  "name": "@linker-design-plus/linker-style",
  "version": "0.0.8",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "description": "A package for linker design styles.",
  "keywords": [
    "linker",
    "design",
    "styles"
  ],
  "author": "zwd862375698",
  "depLibrary": "@arco-themes/vue-omdesign",
  "license": "MIT",
  "tag": "latest",
  "main": "style/index.css",
  "files": [
    "style",
    "components",
    "*.less"
  ],
  "dependencies": {},
  "peerDependencies": {
    "@arco-design/web-vue": "^2.56.3"
  },
  "devDependencies": {
    "less": "^4.1.3",
    "postcss": "^8.4.23",
    "postcss-cli": "^10.1.0",
    "autoprefixer": "^10.4.14"
  },
  "scripts": {
    "build": "lessc index.less style/index.css && postcss style/index.css -o style/index.css"
  }
}