{ "name": "yamamura", "version": "1.0.0", "description": "Official community bot for the Pretendo Discord server", "main": "src/bot.js", "scripts": { "lint": "./node_modules/.bin/eslint .", "start": "node ./src/bot", "start:dev": "NODE_ENV=development node ./src/bot" }, "repository": { "type": "git", "url": "git+https://github.com/PretendoNetwork/Yamamura.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/PretendoNetwork/Yamamura/issues" }, "homepage": "https://github.com/PretendoNetwork/Yamamura#readme", "dependencies": { "@discordjs/rest": "^0.4.1", "discord-api-types": "^0.31.2", "discord-html-transcripts": "^2.4.5", "discord-modals": "github:jonbarrow/discord-modals", "discord.js": "^13.6.0", "lodash.clonedeep": "^4.5.0", "simple-json-db": "^2.0.0", "slash-create": "^3.0.1" }, "devDependencies": { "eslint": "^8.14.0", "eslint-plugin-jsdoc": "^39.2.9" } }