diff --git a/package.json b/package.json index 3e1d6fe5..ed48f73c 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,22 @@ { + "name": "vencord", + "private": "true", + "version": "1.0.0", + "description": "A Discord client mod that does things differently", + "keywords": [], + "homepage": "https://github.com/Vendicated/Vencord#readme", + "bugs": { + "url": "https://github.com/Vendicated/Vencord/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Vendicated/Vencord.git" + }, + "license": "GPL-3.0", + "author": "Vendicated", + "directories": { + "doc": "docs" + }, "scripts": { "build": "node build.mjs", "buildWeb": "node buildWeb.mjs",