asodbaosdboausbd
Version:
An effective and easy-to-use package for making, "pages" in discord.js for Discord bots.
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "asodbaosdboausbd",
"version": "4.0.0",
"description": "An effective and easy-to-use package for making, \"pages\" in discord.js for Discord bots.",
"main": "index.js",
"scripts": {
"update": "git pull && npm install",
"checkPacs": "npx npm-check-updates",
"checkPacs:u": "npx npm-check-updates -u && npm install",
"test": "eslint . --ignore-path .gitignore",
"test:fix": "eslint . --ignore-path .gitignore --fix",
"docs": "docgen --source bot --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source bot --custom docs/index.yml",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/KingCh1ll/discordeasypages.git"
},
"keywords": [
"discord",
"bot",
"bots",
"discord.js",
"rich",
"message",
"embed",
"discord",
"pages",
"easy",
"kingch1ll",
"king",
"ch1ll"
],
"engines": {
"node": ">=16.6.0",
"npm": "7.x"
},
"author": "KingCh1ll",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingCh1ll/discordeasypages/issues"
},
"homepage": "https://github.com/KingCh1ll/discordeasypages#readme",
"dependencies": {
"discord.js": "^13.3.1"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"npm": "^8.1.3",
"prettier": "2.4.1"
}
}