{
    "name": "@ucloud-fe/design-token-editor",
    "version": "0.3.8",
    "title": "UCloud design token editor",
    "description": "UCloud design token editor",
    "keywords": [
        "react",
        "design",
        "tokens",
        "editor",
        "frontend",
        "ucloud"
    ],
    "files": [
        "dist",
        "bin"
    ],
    "main": "dist/design-token-editor.es.js",
    "bin": "bin/cli/cli.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/UCloud-FE/design-token-editor.git"
    },
    "bugs": {
        "url": "https://github.com/UCloud-FE/design-token-editor/issues"
    },
    "homepage": "https://ucloud-fe.github.io/u-design/",
    "scripts": {
        "dev": "vite",
        "build": "tsc && vite build",
        "build:cli": "cd src/cli && tsc && cd -",
        "serve": "vite preview",
        "lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
        "lint:format": "prettier  --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
        "lint": "yarn lint:format && yarn lint:fix ",
        "type-check": "tsc",
        "publish:patch": "npm version patch && git push --follow-tags",
        "publish:minor": "npm version minor && git push --follow-tags",
        "publish:major": "npm version major && git push --follow-tags",
        "test:ci": "npm run lint && npm run type-check",
        "ci": "npm run build && npm run build:cli"
    },
    "dependencies": {
        "color": "^4.1.0",
        "react-colorful": "^5.4.0",
        "ts-node": "^10.4.0",
        "yargs": "^17.3.1"
    },
    "devDependencies": {
        "@types/color": "^3.0.2",
        "@types/node": "^17.0.8",
        "@types/react": "^17.0.0",
        "@types/react-dom": "^17.0.0",
        "@types/yargs": "^17.0.8",
        "@typescript-eslint/eslint-plugin": "^4.17.0",
        "@typescript-eslint/parser": "^4.17.0",
        "@vitejs/plugin-react-refresh": "^1.3.1",
        "babel-eslint": "^10.1.0",
        "eslint": "^7.22.0",
        "eslint-config-prettier": "^8.1.0",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-jsx-a11y": "^6.4.1",
        "eslint-plugin-prettier": "^3.3.1",
        "eslint-plugin-react": "^7.22.0",
        "eslint-plugin-react-hooks": "^4.2.0",
        "eslint-plugin-simple-import-sort": "^7.0.0",
        "pre-commit": "^1.2.2",
        "prettier": "^2.2.1",
        "react": "^16.0.0",
        "react-dom": "^16.0.0",
        "sass": "^1.39.2",
        "typescript": "^4.1.2",
        "vite": "^4.3.9"
    },
    "pre-commit": "lint",
    "license": "MIT"
}
