{
    "name": "@wanglin1994/simple-flow-chart",
    "version": "0.0.4",
    "description": "一个基于Vue2的简单流程图设计组件",
    "main": "./dist/simpleFlowChart.umd.min.js",
    "module": "index.js",
    "scripts": {
        "format": "prettier --write src/* index.js"
    },
    "authors": [
        {
            "name": "街角小林",
            "email": "1013335014@qq.com"
        },
        {
            "name": "理想青年实验室",
            "url": "http://lxqnsys.com/"
        }
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/wanglin2/simple-flow-chart"
    },
    "keywords": [
        "flow-chart"
    ],
    "dependencies": {
        "tiny-emitter": "^2.1.0",
        "uuid": "^9.0.0"
    },
    "devDependencies": {
        "prettier": "^2.8.1"
    }
}
