EcoBot/node_modules/load-slash-commands/package.json

42 lines
1.3 KiB
JSON

{
"_from": "load-slash-commands",
"_id": "load-slash-commands@2.5.6",
"_inBundle": false,
"_integrity": "sha512-MG66MVxTuiAszkLfJewVzYbkwbO1ELXkv4vUZ7AC7TKeVPIKqGuE6/0FdZqPo2+n22S8pr2a7y1+zQdgrvJkag==",
"_location": "/load-slash-commands",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "load-slash-commands",
"name": "load-slash-commands",
"escapedName": "load-slash-commands",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/load-slash-commands/-/load-slash-commands-2.5.6.tgz",
"_shasum": "d7b50330c07402902890ed4fbb2cfa3327eb6c4d",
"_spec": "load-slash-commands",
"_where": "/home/runner/EcoBotv2",
"author": "",
"bundleDependencies": false,
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.24.0"
},
"deprecated": false,
"description": "This module is a module for quickly loading commands from main file without needing any mess in the root directory.",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "load-slash-commands",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.5.6"
}