diff --git a/package.json b/package.json index 12c34d9..a2319a3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,6 @@ { "dependencies": { - "@babel/cli": "^7.6.2", - "@babel/core": "^7.6.2", "app-root-path": "^2.2.1", - "babel-preset-node8": "^1.2.0", "bitcoin": "^3.0.1", "braces": "^2.3.1", "chrono-node": "^1.3.11", @@ -25,8 +22,6 @@ }, "scripts": { "prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240", - "build": "babel bot -d dist", - "prod": "babel bot -d dist & node dist/bot.js", "lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240", "test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i" },