Populate package.json fields

This commit is contained in:
Vendicated 2022-10-14 00:12:43 +02:00
parent d26196d6c5
commit ea0ded0f11
No known key found for this signature in database
GPG Key ID: EC781ADFB93EFFA3
1 changed files with 18 additions and 0 deletions

View File

@ -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",