2019-10-14 15:46:10 -04:00
|
|
|
{
|
|
|
|
"name": "cloudservices-rewrite",
|
2019-10-29 16:06:47 -04:00
|
|
|
"version": "1.1.0",
|
2019-10-14 15:46:10 -04:00
|
|
|
"description": "The official LOC Cloud Services system, this is a rewrite of the original version. ",
|
|
|
|
"main": "dist/Client.js",
|
2019-10-15 13:45:48 -04:00
|
|
|
"scripts": {
|
2019-10-29 16:06:47 -04:00
|
|
|
"lint": "eslint ./ --ext ts --fix",
|
|
|
|
"build": "tsc -p ./tsconfig.json"
|
2019-10-15 13:45:48 -04:00
|
|
|
},
|
2019-10-14 15:46:10 -04:00
|
|
|
"author": "Library of Code sp-us Engineering Team",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": false,
|
|
|
|
"dependencies": {
|
2019-10-20 19:42:41 -04:00
|
|
|
"@ghaiklor/x509": "^1.0.0",
|
|
|
|
"axios": "^0.19.0",
|
2019-10-14 15:46:10 -04:00
|
|
|
"eris": "^0.10.1",
|
2019-10-15 18:39:08 -04:00
|
|
|
"eris-pagination": "bsian03/eris-pagination",
|
2019-10-14 15:46:10 -04:00
|
|
|
"fs-extra": "^8.1.0",
|
2019-10-26 00:04:20 -04:00
|
|
|
"moment": "^2.24.0",
|
2019-11-01 19:34:41 -04:00
|
|
|
"moment-precise-range-plugin": "^1.3.0",
|
2019-10-14 15:46:10 -04:00
|
|
|
"mongoose": "^5.7.4",
|
2019-10-20 19:42:41 -04:00
|
|
|
"nodemailer": "^6.3.1",
|
2019-10-26 00:04:20 -04:00
|
|
|
"signale": "^1.4.0",
|
|
|
|
"uuid": "^3.3.3"
|
2019-10-14 15:46:10 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/fs-extra": "^8.0.0",
|
|
|
|
"@types/mongoose": "^5.5.20",
|
2019-10-14 18:00:16 -04:00
|
|
|
"@types/nodemailer": "^6.2.1",
|
2019-10-20 19:42:41 -04:00
|
|
|
"@types/signale": "^1.2.1",
|
2019-10-26 00:04:20 -04:00
|
|
|
"@types/uuid": "^3.4.5",
|
2019-10-14 18:00:16 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.4.0",
|
|
|
|
"@typescript-eslint/parser": "^2.4.0",
|
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
2019-10-14 23:37:04 -04:00
|
|
|
"eslint-plugin-import": "^2.18.2",
|
|
|
|
"typescript": "^3.6.4"
|
2019-10-14 15:46:10 -04:00
|
|
|
}
|
|
|
|
}
|