{ "name": "maku-bot", "version": "0.0.1", "description": "", "type": "module", "main": "./dist/index.js", "keywords": [], "author": "JustEvil", "license": "MIT", "scripts": { "test": "npm run clean && npm run start", "clean": "node ./scripts/clean.js", "start": "node ./dist/index.js", "lint": "biome lint --apply ./src", "format": "biome check --apply ./src", "compile": "tsc" }, "imports": { "#maku/client": "./dist/structures/classes/index.js", "#maku/constants": "./dist/structures/utils/data/Constants.js", "#maku/utils/*": "./dist/structures/utils/*" }, "devDependencies": { "@biomejs/biome": "^1.6.4", "@types/node": "^20.12.3", "typescript": "^5.4.3" }, "dependencies": { "chalk": "^5.3.0", "discord-api-types": "^0.37.78", "seyfert": "github:tiramisulabs/seyfert", "lavalink-client": "github:tomato6966/lavalink-client" } }