update package.json

merge-requests/5/head
eirk 2021-08-22 21:19:49 -04:00
parent 9b412ae7df
commit 2870b4a4ac
3 changed files with 3214 additions and 9660 deletions

9656
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{ {
"name": "cloudservices-rewrite-rewrite", "name": "cloudservices-rewrite",
"version": "0.0.1", "version": "2.0",
"description": "The official LOC Cloud Services system, this is a rewrite of the rewrite the original version.", "description": "The official LOC Cloud Services system, this is a rewrite the original version, using discord.js.",
"main": "dist/Client.js", "main": "dist/Client.js",
"scripts": { "scripts": {
"lint": "eslint ./ --ext ts --fix", "lint": "eslint ./ --ext ts --fix",
"build": "tsc -p ./tsconfig.json", "build": "make",
"lint-find": "eslint ./ --ext ts" "lint-find": "eslint ./ --ext ts"
}, },
"author": "Library of Code sp-us Engineering Team", "author": "Library of Code sp-us Engineering Team",

3210
yarn.lock Normal file

File diff suppressed because it is too large Load Diff