{
    "name": "xdc3-core-promievent",
    "version": "1.3.13416",
    "description": "This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function. ",
    "repository": "https://github.com/XinFinOrg/XDC3/tree/master/packages/web3-core-promievent",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "main": "lib/index.js",
    "scripts": {
        "compile": "tsc -b tsconfig.json"
    },
    "dependencies": {
        "eventemitter3": "4.0.4"
    },
    "gitHead": "b203cb62b44e79a0308cd9ae9bc97f4d1053ee0f"
}
