slurpcord
Version:
Simple API wrapper for Discord
26 lines (25 loc) • 606 B
JSON
{
"name": "slurpcord",
"version": "1.0.4",
"description": "Simple API wrapper for Discord",
"main": "src/index.js",
"exports": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["Discord", "API wrapper", "Simple"],
"author": "slurpy-films",
"license": "MIT",
"type": "module",
"dependencies": {
"axios": "^1.8.3",
"buffer": "^6.0.3",
"form-data": "^4.0.2",
"node-fetch": "^3.3.2",
"ws": "^8.18.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slurpy-films/slurpcord.git"
}
}