1
0
Fork 0
cloudservices/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-14 15:46:10 -04:00
{
2021-08-22 21:19:49 -04:00
"name": "cloudservices-rewrite",
"version": "2.0",
"description": "The official LOC Cloud Services system, this is a rewrite the original version, using discord.js.",
2019-10-14 15:46:10 -04:00
"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",
2021-08-22 21:19:49 -04: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": {
"axios": "^0.21.1",
2019-11-16 19:23:37 -05:00
"body-parser": "^1.19.0",
2021-10-11 20:57:44 -04:00
"cron": "^1.8.2",
"discord.js": "^13.0.0",
2019-11-16 19:23:37 -05:00
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"hastebin-gen": "^2.0.5",
2021-08-06 17:21:16 -04:00
"helmet": "^4.6.0",
"ioredis": "^4.27.7",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.13.5",
"nodemailer": "^6.6.3",
2021-09-13 12:47:54 -04:00
"showdown": "^1.9.1",
2019-10-26 00:04:20 -04:00
"signale": "^1.4.0",
"uuid": "^8.3.2"
2019-10-14 15:46:10 -04:00
},
"devDependencies": {
2021-10-12 00:35:36 -04:00
"@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",
2021-09-13 12:47:54 -04:00
"@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"
2019-10-14 15:46:10 -04:00
}
}