diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index e8b2bdc..532aa19 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "uwufier", - "version": "9.2.4", + "version": "9.3.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "copy:assets": "cp -r 'src/assets/' 'dist/'", - "copy:ws": "cp -r 'src/ws/' 'dist/'", - "copy": "concurrently \"npm:copy:assets\" \"npm:copy:ws\"" + "build": "tsc", + "build:dev": "tsc --watch", + "start": "npm run build && cd dist && node app", + "start:dev": "concurrently \"cd dist\" \"supervisor app\"" }, "author": "sin", "license": "MIT", @@ -30,7 +30,6 @@ "discord.js": "github:discordjs/discord.js", "discord.js-commando": "github:discordjs/Commando", "dogeify-js": "^1.2.0", - "dotenv": "^8.2.0", "emoji-random": "^0.1.2", "express": "^4.17.1", "express-handlebars": "^4.0.3", |