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