mirror of
https://github.com/MrUnknownDE/lavalink-list.git
synced 2026-04-27 18:33:44 +02:00
License
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user