{
    "name": "easy-toolkit",
    "version": "1.1.15",
    "description": "vue2|vue3|react|JS toolkit",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "test": "jest"
    },
    "keywords": [
        "ts-toolkit",
        "js-toolkit",
        "web-toolkit"
    ],
    "author": "NanYaQiu",
    "repository": {
        "type": "git",
        "url": "https://gitee.com/qiuaiyun/qiu-tool/tree/master/easy-toolkit"
    },
    "license": "ISC",
    "devDependencies": {
        "@types/jest": "^29.5.4",
        "@types/node": "^20.6.0",
        "jest": "^29.6.4",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.1",
        "tslib": "^2.6.2",
        "typescript": "^5.2.2"
    },
    "dependencies": {
        "@types/color": "^3.0.4",
        "color": "^4.2.3",
        "dayjs": "^1.11.9",
        "uuid": "^9.0.0"
    }
}