UNPKG

discord-rebackup

Version:

An rewamped fork of the discord-backup module ! by the iHorizon Team

48 lines (47 loc) 1.15 kB
{ "name": "discord-rebackup", "version": "4.1.0", "description": "An rewamped fork of the discord-backup module ! by the iHorizon Team", "main": "lib/index.js", "files": [ "lib/**/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/ihrz/discord-rebackup.git" }, "keywords": [ "discord", "discord.js", "backup", "clone", "bot", "discord-backup" ], "publishConfig": { "@ihrz:registry": "https://npm.pkg.github.com" }, "author": "iHorizon Team", "license": "ISC", "bugs": { "url": "https://github.com/ihrz/discord-rebackup/issues" }, "homepage": "https://github.com/ihrz/discord-rebackup#readme", "dependencies": { "discord.js": "^14.18.0", "discord.js-selfbot-v13": "^3.6.1" }, "devDependencies": { "@types/node": "20.12.8", "prettier": "^3.3.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.4.5" } }