{
    "name": "react-antd-table-rowspan",
    "version": "1.0.9",
    "main": "dist/index.js",
    "description": "react+antd表格指定的列,连续的,行合并",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": ""
    },
    "scripts": {
        "build":"npx tsc -p ."
    },
    "keywords": [
        "react",
        "antd",
        "table",
        "rowspan"
    ],
    "license": "ISC",
    "devDependencies": {
        "typescript": "^4.7.2"
    }
}
