@discord-util/resolve
Version:
This module groups together functions to retrieve data from different types of arguments
40 lines (39 loc) • 930 B
JSON
{
"name": "@discord-util/resolve",
"version": "1.3.1",
"description": "This module groups together functions to retrieve data from different types of arguments",
"main": "lib/index.js",
"types": "./typing/index.d.ts",
"private":false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"discord.js": "^13.0.1"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@types/ws": "^7.4.5"
},
"scripts": {
"build": "tsc",
"build:typing": "tsc --build tsconfig.typing.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smaug6739/discord-resolve.git"
},
"keywords": [
"discord",
"discord.js",
"bot",
"resolve-data",
"data"
],
"author": "Smaug6739",
"license": "MIT",
"bugs": {
"url": "https://github.com/Smaug6739/discord-resolve/issues"
},
"homepage": "https://github.com/Smaug6739/discord-resolve#readme"
}