disstat
Version:
Post data from a discord.js client automatically, or manually to DisStat for Discord bot statistic tracking.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "disstat",
"version": "1.0.0",
"description": "Post data from a discord.js client automatically, or manually to DisStat for Discord bot statistic tracking.",
"main": "index.js",
"scripts": {
"test": "npx jest",
"lint": "npx eslint . --report-unused-disable-directives"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEVTomatoCake/DisStat-npm.git"
},
"keywords": [
"discord",
"bot",
"bot-stats",
"bot-tracking",
"djs",
"discordjs",
"discord.js",
"dcbot",
"discordbot",
"statcord",
"statcord.com",
"disstat"
],
"author": "TomatoCake",
"license": "MIT",
"bugs": {
"url": "https://github.com/DEVTomatoCake/DisStat-npm/issues"
},
"homepage": "https://github.com/DEVTomatoCake/DisStat-npm#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "^29.7.0"
}
}