{
  "name": "kviewui-color",
  "version": "1.1.8",
  "description": "kviewui自用的颜色生成工具",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "set NODE_ENV=developemnt && rm -rf lib && rollup -c rollup.config.js -w",
    "build": "rm -fr lib && set NODE_ENV=production&& rollup -c rollup.config.js"
  },
  "keywords": [
    "kviewui-color",
    "kviewui"
  ],
  "dependencies": {
    "color": "^4.2.1",
    "fs": "^0.0.1-security"
  },
  "author": "kviewui",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/plugin-transform-runtime": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/runtime-corejs3": "^7.18.3",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@types/color": "^3.0.3",
    "@typescript-eslint/parser": "^5.26.0",
    "@zeit/eslint-config-node": "^0.3.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "rollup-plugin-vue": "^6.0.0"
  }
}
