Parcourir la source

Update package.json

Leone25 il y a 5 ans
Parent
commit
e7f4bc9f8f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -5,5 +5,9 @@
     "discord.js": "^11.5.1",
     "mysql": "^2.17.1",
     "npm": "^6.13.4"
+  },
+  "scripts": {
+    "instal": "npm install"
+    "build": "node index.js"
   }
 }