This commit is contained in:
DarrenOfficial
2021-11-07 03:10:46 -05:00
parent 88dd7934fa
commit 01ddc2364f
5 changed files with 241 additions and 7 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "lavalink-list",
"version": "1.0.0",
"description": "A listing site for lavalink servers",
"main": "mkdocs.yml",
"repository": "git@github.com:DarrenOfficial/lavalink-list.git",
"author": "DarrenOfficial <github@darrennathanael.com>",
"license": "MIT",
"scripts": {
"setup": "pip install -r requirements.txt",
"start": "mkdocs serve",
"build": "mkdocs build",
"preview": "ngrok http 8000"
}
}