{
    "name"            : "@coremail/ci-common",
    "version"         : "0.2.3",
    "description"     : "Common node module for CI/CD tasks used by coremail related projects",
    "author"          : "William Leung <lwr@coremail.cn>",
    "main"            : "index.js",
    "bin"             : {
        "java"       : "lib/java.js",
        "ant"        : "lib/ant.js",
        "mvn"        : "lib/mvn.js",
        "checkstyle" : "checkstyle.js"
    },
    "scripts"         : {
        "prepublishOnly" : "npm test",
        "test"           : "node test/test"
    },
    "keywords"        : [
        "coremail"
    ],
    "devDependencies" : {
        "eslint"                 : "9.39.4",
        "eslint-config-coremail" : "1.0.2"
    },
    "engineStrict"    : true,
    "engines"         : {
        "node" : ">=16.0.0"
    },
    "license"         : "UNLICENSED"
}
