2019-10-14 15:46:10 -04:00
|
|
|
{
|
|
|
|
"name": "cloudservices-rewrite",
|
2019-11-09 23:05:22 -05:00
|
|
|
"version": "1.2.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",
|
2020-01-18 02:05:22 -05:00
|
|
|
"build": "make",
|
2019-12-16 19:14:16 -05:00
|
|
|
"lint-find": "eslint ./ --ext ts"
|
2019-10-15 13:45:48 -04:00
|
|
|
},
|
2019-10-14 15:46:10 -04:00
|
|
|
"author": "Library of Code sp-us Engineering Team",
|
2019-11-16 14:19:02 -05:00
|
|
|
"license": "AGPL-3.0-only",
|
2019-10-14 15:46:10 -04:00
|
|
|
"private": false,
|
|
|
|
"dependencies": {
|
2019-10-20 19:42:41 -04:00
|
|
|
"@ghaiklor/x509": "^1.0.0",
|
|
|
|
"axios": "^0.19.0",
|
2019-11-16 19:23:37 -05:00
|
|
|
"body-parser": "^1.19.0",
|
2020-03-17 01:17:46 -04:00
|
|
|
"eris": "^0.11.2",
|
2020-03-28 20:55:40 -04:00
|
|
|
"eris-pagination": "bsian03/eris-pagination#dev",
|
2019-11-16 19:23:37 -05:00
|
|
|
"express": "^4.17.1",
|
2019-10-14 15:46:10 -04:00
|
|
|
"fs-extra": "^8.1.0",
|
2019-11-17 16:11:41 -05:00
|
|
|
"helmet": "^3.21.2",
|
2019-11-09 23:05:22 -05:00
|
|
|
"ioredis": "^4.14.1",
|
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": {
|
2019-11-16 19:23:37 -05:00
|
|
|
"@types/express": "^4.17.2",
|
2019-10-14 15:46:10 -04:00
|
|
|
"@types/fs-extra": "^8.0.0",
|
2019-11-17 16:11:41 -05:00
|
|
|
"@types/helmet": "^0.0.45",
|
2019-11-09 23:05:22 -05:00
|
|
|
"@types/ioredis": "^4.0.18",
|
2020-05-03 20:40:10 -04:00
|
|
|
"@types/mongoose": "^5.7.14",
|
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
|
|
|
}
|
|
|
|
}
|