Populate package.json fields
This commit is contained in:
parent
d26196d6c5
commit
ea0ded0f11
1 changed files with 18 additions and 0 deletions
18
package.json
18
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": {
|
"scripts": {
|
||||||
"build": "node build.mjs",
|
"build": "node build.mjs",
|
||||||
"buildWeb": "node buildWeb.mjs",
|
"buildWeb": "node buildWeb.mjs",
|
||||||
|
|
Loading…
Reference in a new issue