소스 검색

Update package.json

Leone25 5 년 전
부모
커밋
e7f4bc9f8f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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"
   }
 }