{ "name": "simplypluralbot", "version": "1.0.0", "description": "Simply Plural bot for Discord", "main": "bot.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "ts-node bot.ts", "start:watch": "ts-node-dev --respawn --cache-directory ./tmp -- ./bot.ts" }, "author": "Lily Wonhalf ", "license": "ISC", "dependencies": { "axios": "^1.1.3", "discord-api-types": "^0.37.14", "discord.js": "^14.14.1", "dotenv": "^16.0.3", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^4.8.4" } }