mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
40 lines
902 B
JSON
40 lines
902 B
JSON
{
|
|
"name": "discord.js",
|
|
"version": "3.7.1",
|
|
"description": "A way to interface with the Discord API",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"prepublish": "grunt dist",
|
|
"test": "node ./test/bot.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hydrabolt/discord.js.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"api",
|
|
"bot",
|
|
"client",
|
|
"node",
|
|
"discordapp"
|
|
],
|
|
"author": "Amish Shah <amishshah.2k@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/hydrabolt/discord.js/issues"
|
|
},
|
|
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
|
"dependencies": {
|
|
"superagent": "^1.3.0",
|
|
"ws": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-babel": "^5.0.1",
|
|
"grunt-browserify": "^4.0.0",
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
"load-grunt-tasks": "^3.2.0"
|
|
}
|
|
}
|