discord-rb
Version:
Discord.rb is a library for interacting with the Discord API.
28 lines • 627 B
JSON
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "discord-rb",
"version": "0.0.1",
"description": "Discord.rb is a library for interacting with the Discord API.",
"main": "src/index.js",
"scripts": {
"start": "node test.js"
},
"dependencies": {
"ws": "^7.3.0",
"node-fetch": "^2.6.0",
"request": "^2.88.2"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "GITHUB"
},
"license": "MIT",
"keywords": [
"Discord",
"Apis"
]
}