{ "name": "cloudservices-rewrite", "version": "1.2.0", "description": "The official LOC Cloud Services system, this is a rewrite of the original version. ", "main": "dist/Client.js", "scripts": { "lint": "eslint ./ --ext ts --fix", "build": "make", "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team", "license": "AGPL-3.0-only", "private": false, "dependencies": { "axios": "^0.19.0", "body-parser": "^1.19.0", "eris": "bsian03/eris#dev", "eris-pagination": "git+https://github.com/bsian03/eris-pagination#c0f77b118e98309e89e6522ef545f9d121601f21", "express": "^4.17.1", "fs-extra": "^8.1.0", "helmet": "^3.21.2", "ioredis": "^4.14.1", "jsonwebtoken": "^8.5.1", "moment": "^2.27.0", "moment-precise-range-plugin": "^1.3.0", "mongoose": "^5.7.4", "nodemailer": "^6.3.1", "signale": "^1.4.0", "uuid": "^3.3.3", "x509": "bsian03/node-x509" }, "devDependencies": { "@types/express": "^4.17.6", "@types/express-serve-static-core": "^4.17.5", "@types/fs-extra": "^8.0.0", "@types/helmet": "^0.0.45", "@types/ioredis": "^4.0.18", "@types/jsonwebtoken": "^8.5.0", "@types/mongoose": "^5.7.14", "@types/nodemailer": "^6.2.1", "@types/signale": "^1.2.1", "@types/uuid": "^3.4.5", "@typescript-eslint/eslint-plugin": "2.31.0", "@typescript-eslint/parser": "2.31.0", "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "madge": "^3.9.2", "typescript": "^3.6.4" } }