{ "name": "nxslack", "module": "index.ts", "type": "module", "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "trustedDependencies": [ "register-scheme" ], "version": "1.0.0", "description": "Slack bot to set your Nintendo Switch as your status", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.haroon.hackclub.app/haroon/nxslack.git" }, "keywords": [ "nintendo switch", "slack", "presence" ], "author": "DaInfLoop ", "license": "ISC", "dependencies": { "@slack/bolt": "^3.19.0", "dotenv": "^16.4.5", "nxapi": "^1.6.1", "postgres": "^3.4.4" } }