mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
31 lines
689 B
JSON
31 lines
689 B
JSON
{
|
|
"name": "discord.js",
|
|
"version": "2.6.0",
|
|
"description": "A way to interface with the Discord API",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/discord-js/discord.js.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"api",
|
|
"bot",
|
|
"client",
|
|
"node"
|
|
],
|
|
"author": "Amish Shah <amishshah.2k@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/discord-js/discord.js/issues"
|
|
},
|
|
"homepage": "https://github.com/discord-js/discord.js#readme",
|
|
"dependencies": {
|
|
"superagent": "^1.3.0",
|
|
"ws": "^0.7.2"
|
|
}
|
|
}
|