{
    "name": "@hai2007/nodejs",
    "version": "3.0.1",
    "description": "🔨 node.js常用的基础方法汇总。 ",
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hai2007/node.js.git"
    },
    "bin": {
        "nodejs": "bin/run"
    },
    "keywords": [
        "node.js",
        "tool"
    ],
    "author": "你好2007",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/hai2007/node.js/issues"
    },
    "homepage": "https://hai2007.github.io/node.js",
    "dependencies": {
        "@hai2007/tool": "^0.6.1"
    }
}