@confis/discordapiwrapper
Version:
A fast and lightweight discord api wrapper.
49 lines (48 loc) • 1.04 kB
JSON
{
"name": "@confis/discordapiwrapper",
"version": "2.4.3",
"description": "A fast and lightweight discord api wrapper.",
"keywords": [
"discord",
"api",
"bot",
"client",
"node",
"discordapp"
],
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"dotenv": "^10.0.0",
"ws": "^7.5.0"
},
"scripts": {
"start": "npx tsx watch test.ts",
"build": "rollup -c",
"regenerate": "bun rollupconfig.ts"
},
"devDependencies": {
"@types/bun": "latest",
"jsr": "^0.13.1",
"rollup": "^4.17.2",
"rollup-plugin-typescript2": "^0.35.0",
"tsc": "^2.0.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"repository": {
"url": "https://github.com/confh/DiscordApiWrapper",
"type": "git"
},
"type": "commonjs",
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
}
}