{ "name": "iondiscordjs", "version": "1.0.0", "description": "because discord.js is annoying", "main": "tests\\test.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ION606/custom_discordjs.git" }, "author": "ION606", "license": "ISC", "bugs": { "url": "https://github.com/ION606/custom_discordjs/issues" }, "homepage": "https://github.com/ION606/custom_discordjs#readme", "devDependencies": { "@types/node": "^18.15.3" }, "dependencies": { "axios": "^1.3.4", "ws": "^8.13.0" }, "type": "module" }