From f2b0fd6288e8d7e688944bd509aaf1a94b3ebe3b Mon Sep 17 00:00:00 2001 From: arthur Date: Thu, 27 Jun 2024 01:10:51 +0200 Subject: [PATCH] chore: update package name to discord.js-selfbot --- package-lock.json | 6 +++++- package.json | 19 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fa234f..5291863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,9 +1,13 @@ { - "name": "ma bibliotheque discord", + "name": "discord.js-selfbot", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "discord.js-selfbot", + "version": "1.0.0", + "license": "Apache-2.0", "dependencies": { "axios": "^1.7.2", "dotenv": "^16.4.5", diff --git a/package.json b/package.json index d852bb1..7a7e525 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,24 @@ { + "name": "discord.js-selfbot", + "version": "1.0.0", + "description": "An unofficial discord.js fork for creating selfbots", + "main": "main.js", "dependencies": { "axios": "^1.7.2", "dotenv": "^16.4.5", "ws": "^8.17.1" - } + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/arthur-pbty/discord.js-selfbot.git" + }, + "author": "arthur-pbty", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/arthur-pbty/discord.js-selfbot/issues" + }, + "homepage": "https://github.com/arthur-pbty/discord.js-selfbot#readme" }