1
0
Fork 0
cloudservices/package.json

53 lines
1.5 KiB
JSON

{
"name": "cloudservices-rewrite",
"version": "2.0",
"description": "The official LOC Cloud Services system, this is a rewrite the original version, using discord.js.",
"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.21.1",
"body-parser": "^1.19.0",
"cron": "^1.8.2",
"discord.js": "^13.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"hastebin-gen": "^2.0.5",
"helmet": "^4.6.0",
"ioredis": "^4.27.7",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.13.5",
"nodemailer": "^6.6.3",
"showdown": "^1.9.1",
"signale": "^1.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cron": "^1.7.3",
"@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/showdown": "^1.9.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"
}
}