{ "name": "foggy-morning", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node built/index.js", "build": "tsc", "quickrun": "tsc && node built/index.js" }, "author": "oatmealine", "license": "AGPL-3.0", "dependencies": { "@discordjs/builders": "^0.13.0", "@discordjs/rest": "^0.4.1", "discord.js": "^13.8.0", "random-seed": "^0.3.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "typescript": "4.8.0-dev.20220606" } }