update npm scripts
Showing
... | @@ -29,6 +29,10 @@ | ... | @@ -29,6 +29,10 @@ |
}, | }, | ||
"license": "AGPL-3.0", | "license": "AGPL-3.0", | ||
"scripts": { | "scripts": { | ||
"start": "node ygopro-server.js" | "start": "node ygopro-server.js", | ||
"tournament": "node ygopro-tournament.js", | |||
"pre": "node ygopro-pre.js", | |||
"updated": "node ygopro-update.js", | |||
"webhook": "node ygopro-webhook.ks" | |||
} | } | ||
} | } |
Please register or sign in to comment