{ "name": "thaldrin", "version": "4.0-dev", "description": "", "main": "build/shard.js", "scripts": { "build": "rm -rf build/ && tsc", "start": "node build/shard.js", "dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run build && npm run start\"", "init": "npm run subs:init && npm run subs:update", "subs:init": "git submodule init && git submodule update", "subs:update": "git submodule update --remote" }, "repository": { "type": "git", "url": "git+https://github.com/thaldrin/thaldrin.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/thaldrin/thaldrin/issues" }, "homepage": "https://github.com/thaldrin/thaldrin#readme", "dependencies": { "@supabase/supabase-js": "^1.7.7", "@thaldrin/sourcefinder": "^1.0.3", "chalk": "^4.1.0", "discord.js": "^12.5.3", "figlet": "^1.5.0", "prom-client": "^13.1.0", "roll": "^1.3.1", "trello-helper": "^3.0.7", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.1", "yiff": "^3.1.1" }, "devDependencies": { "@types/figlet": "^1.5.1", "@types/node": "^14.14.37", "@types/roll": "^1.2.0", "@types/ws": "^7.4.1" } }