easy-discord-logs
Version:
Advanced discord logs system and easy usage!
78 lines (77 loc) • 2.12 kB
JSON
{
"_from": "discord-logs",
"_id": "discord-logs@1.9.0",
"_inBundle": false,
"_integrity": "sha512-wyTwB/KrWvgRXLfxxtAP9EJwSq3EcKasv3uEsWz1BCgmDiYJ6qXcNx28wcJWNIa7CeCUojnBODOgc7pQdEOwbw==",
"_location": "/discord-logs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "discord-logs",
"name": "discord-logs",
"escapedName": "discord-logs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/discord-logs/-/discord-logs-1.9.0.tgz",
"_shasum": "4446125659331ec95b8c5f463f777198e64c17d0",
"_spec": "discord-logs",
"_where": "F:\\Codes\\ultra-bot",
"author": {
"name": "Androz2091"
},
"bugs": {
"url": "https://github.com/Androz2091/discord-logs/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": "^14.0.1",
"@types/ws": "^7.2.1"
},
"deprecated": false,
"description": "Add many useful events to your Discord.js client!",
"devDependencies": {
"discord.js": "^12.4.0",
"dotenv": "^8.2.0",
"parse-comments": "^1.0.0",
"prettier": "^2.0.4",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/Androz2091/discord-logs#readme",
"keywords": [
"avdanced",
"logs",
"bot",
"framework",
"discord",
"audit-logs"
],
"license": "ISC",
"main": "lib/index.js",
"name": "discord-logs",
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/discord-logs.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write \"handlers/**/*.ts\" index.ts scripts/**/*.js docs/**/*.html",
"generate-docs": "node scripts/generate-docs.js",
"generate-test": "node scripts/generate-test.js",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"test": "node tests/test.js"
},
"version": "1.9.0"
}