{
    "name": "nodejs-extension-dev",
    "version": "1.0.0",
    "description": "node插件开发",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "wangkunpeng",
    "license": "DCloud",
    "activationEvents": [
        "*"
    ],
    "contributes": {
        "projectwiard-services": [
            {
                "type":"Extension",
                "label": "IDE插件",
                "priority":1000,
                "page": "app.hx.hbuilderextprojectwizard"
            }
        ]
    }
}
