{ "name": "discord-repost-sniffer", "type": "module", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node --experimental-strip-types --env-file=.env src/bot.ts", "debug": "node --inspect --experimental-strip-types --env-file=.env src/bot.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "discord.js": "^14.16.3" }, "devDependencies": { "@biomejs/biome": "1.9.3", "typescript": "^5.6.3" } }