update package.json

This commit is contained in:
bignutty 2025-02-23 00:39:16 +01:00
parent 23e981710c
commit d2dcde8ee2

View file

@ -1,15 +1,22 @@
{
"name": "labscore",
"version": "1.0.0",
"description": "",
"description": "labsCore discord bot frontend",
"main": "index.js",
"scripts": {
"start": "node .",
"local": "node local"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/bignutty/labscore.git"
},
"bugs": {
"url": "https://gitlab.com/bignutty/labscore/-/issues"
},
"keywords": [],
"author": "bignutty",
"license": "ISC",
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"detritus-client": "^0.17.0-beta.73",
"dotenv": "^16.4.7",