{ "name": "kiku", "main": "src/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "watch": "tsc watch src/index.ts", "dev": "nodemon src/index.ts" }, "devDependencies": { "@biomejs/biome": "1.6.0", "@tsconfig/node18": "^18.2.2", "@types/node": "^18.7.18", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0", "tsx": "^4.7.1", "typescript": "^4.9.5" }, "engines": { "node": ">=18" }, "dependencies": { "discord.js": "^14.14.1", "dotenv": "^16.4.5", "kazagumo": "^3.0.1", "kazagumo-deezer": "^2.0.2", "kazagumo-spotify": "^2.0.1", "pretty-ms": "^9.0.0", "shoukaku": "^4.0.1" } }