cloudservices/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

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",
2019-12-16 19:14:16 -05:00
"build": "tsc -p ./tsconfig.json",
"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",
2019-12-09 05:07:59 -05:00
"eris": "abalabahaha/eris#dev",
2019-10-15 18:39:08 -04:00
"eris-pagination": "bsian03/eris-pagination",
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",
2019-10-14 15:46:10 -04:00
"@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
}
}