From 2707da9db5bbb114687ace6f0bfdfa6d26456dc1 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:36:10 -0400 Subject: [PATCH] Updated package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4aa3fe8..8b5a29a 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,12 @@ "author": "Poixpixel", "license": "Apache-2.0", "type": "module", + "private": true, "scripts": { "compile": "npx tsc", "target": "node ./target/discord-bot.js", "start": "yarn run compile && yarn run target", - "lint": "npx eslint ./source --ext .ts" + "lint": "npx eslint ./source --ext .ts" }, "dependencies": { "discord.js": "^14.15.3", @@ -17,8 +18,8 @@ }, "devDependencies": { "@types/node": "^20.14.3", + "eslint": "^9.5.0", "ts-node": "^10.9.2", - "typescript": "^5.4.5", - "eslint": "^9.5.0" + "typescript": "^5.4.5" } }