forked from engineering/cloudservices
update package.json
parent
9b412ae7df
commit
2870b4a4ac
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue