{ "name": "@vuepress/plugin-palette", "version": "2.0.0-rc.37", "description": "VuePress plugin - palette", "keywords": [ "vuepress-plugin", "vuepress", "plugin", "palette", "style", "css", "sass", "less", "stylus" ], "homepage": "https://ecosystem.vuejs.press/plugins/development/palette.html", "bugs": { "url": "https://github.com/vuepress/ecosystem/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress/ecosystem.git", "directory": "plugins/development/plugin-palette" }, "license": "MIT", "author": "meteorlxy", "type": "module", "exports": { ".": "./lib/node/index.js", "./package.json": "./package.json" }, "main": "./lib/node/index.js", "types": "./lib/node/index.d.ts", "files": [ "lib" ], "dependencies": { "chokidar": "^3.6.0" }, "peerDependencies": { "vuepress": "2.0.0-rc.14" }, "publishConfig": { "access": "public" }, "gitHead": "3754bbda881d738a0dcfacc5172a70af67505013" }