{
  "name": "discord-eval.ts",
  "version": "1.1.4",
  "description": "An JS eval command for your Discord bots !",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist",
  "type": "module",
  "dependencies": {
    "discord.js": "^14.25.1",
    "ghom-eval": "^1.2.1",
    "ghom-prettify": "3.0.0"
  },
  "prettier": {
    "semi": false
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write src",
    "prepublishOnly": "npm run build && npm run format",
    "test": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GhomKrosmonaute/discord-eval.ts.git"
  },
  "keywords": [
    "eval",
    "discord",
    "bot",
    "javascript",
    "js",
    "code",
    "code-emulator",
    "command"
  ],
  "author": "ghom",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/GhomKrosmonaute/discord-eval.ts/issues"
  },
  "homepage": "https://github.com/GhomKrosmonaute/discord-eval.ts/blob/main/readme.md",
  "devDependencies": {
    "@types/node": "^22.7.5",
    "typescript": "^5.6.3"
  }
}
