{
    "github": {
        "release": true
    },
    "npm": {
        "tag": "next"
    },
    "preReleaseId": "beta",
    "hooks": {
        "before:init": [
            "npm run lint",
            "npm run typecheck",
            "npm run test",
            "npm run dist",
            "npm run copy:mjs"
        ]
    }
}
