UNPKG

discord-eval.ts

Version:
47 lines (46 loc) 1.09 kB
{ "name": "discord-eval.ts", "version": "1.1.3", "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.17.3", "ghom-eval": "^1.2.1" }, "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" } }