mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "discord.js",
|
|
"version": "10.0.1",
|
|
"description": "A powerful library for interacting with the Discord API",
|
|
"main": "./src/index",
|
|
"scripts": {
|
|
"test": "eslint src && node docs/generator test",
|
|
"docs": "node docs/generator",
|
|
"test-docs": "node docs/generator test",
|
|
"lint": "eslint src",
|
|
"web-dist": "node ./node_modules/parallel-webpack/bin/run.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": "^3.0.0",
|
|
"tweetnacl": "^0.14.3",
|
|
"ws": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"node-opus": "^0.2.0",
|
|
"opusscript": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"bufferutil": "^1.2.1",
|
|
"eslint": "^3.10.0",
|
|
"jsdoc-to-markdown": "^2.0.0",
|
|
"json-loader": "^0.5.4",
|
|
"parallel-webpack": "^1.5.0",
|
|
"uglify-js": "github:mishoo/UglifyJS2#harmony",
|
|
"utf-8-validate": "^1.2.1",
|
|
"webpack": "2.1.0-beta.27",
|
|
"zlibjs": "github:imaya/zlib.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|