{ "name": "cloudservices-rewrite-rewrite", "version": "0.0.1", "description": "The official LOC Cloud Services system, this is a rewrite of the rewrite the original version.", "main": "dist/Client.js", "scripts": { "lint": "eslint ./ --ext ts --fix", "build": "tsc -p ./tsconfig.json", "lint-find": "eslint ./ --ext ts" }, "author": "Library of Code sp-us Engineering Team", "license": "AGPL-3.0-only", "private": false, "dependencies": { "axios": "^0.21.1", "body-parser": "^1.19.0", "discord.js": "^13.0.0", "discord.js-pagination": "^1.0.3", "eris-pagination": "^0.5.2", "express": "^4.17.1", "fs-extra": "^10.0.0", "hastebin-gen": "^2.0.5", "ioredis": "^4.27.7", "jsonwebtoken": "^8.5.1", "moment": "^2.29.1", "mongoose": "^5.13.5", "nodemailer": "^6.6.3", "signale": "^1.4.0", "uuid": "^8.3.2" }, "devDependencies": { "@types/express": "^4.17.13", "@types/express-serve-static-core": "^4.17.24", "@types/fs-extra": "^9.0.12", "@types/ioredis": "^4.26.7", "@types/jsonwebtoken": "^8.5.4", "@types/node": "^16.4.13", "@types/nodemailer": "^6.4.4", "@types/signale": "^1.4.2", "@types/uuid": "^8.3.1", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "madge": "^5.0.1", "typescript": "^4.3.5" } }