Skip to content
Extraits de code Groupes Projets
Valider ca04d707 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

1.0.0-rc1

parent ce107c52
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{ {
"name": "matrix-appservice-discord", "name": "matrix-appservice-discord",
"version": "1.0.0", "version": "1.0.0-rc1",
"description": "A bridge between Matrix and Discord", "description": "A bridge between Matrix and Discord",
"main": "discordas.js", "main": "discordas.js",
"scripts": { "scripts": {
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"coverage": "nyc mocha -r ts-node/register test/config.ts test/test_*.ts test/**/test_*.ts", "coverage": "nyc mocha -r ts-node/register test/config.ts test/test_*.ts test/**/test_*.ts",
"build": "tsc", "build": "tsc",
"postinstall": "npm run build", "postinstall": "npm run build",
"start": "npm run-script build && node ./build/src/discordas.js -p 9005 -c config.yaml", "start": "npm run-script build && node ./build/src/discordas.js -p 9995 -c config.yaml",
"debug": "npm run-script build && node --inspect ./build/src/discordas.js -p 9005 -c config.yaml", "debug": "npm run-script build && node --inspect ./build/src/discordas.js -p 9005 -c config.yaml",
"addbot": "node ./build/tools/addbot.js", "addbot": "node ./build/tools/addbot.js",
"adminme": "node ./build/tools/adminme.js", "adminme": "node ./build/tools/adminme.js",
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter