cloudservices/package.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-14 15:46:10 -04:00
{
"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.",
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",
"build": "tsc -p ./tsconfig.json",
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",
"discord.js": "^13.0.0",
"discord.js-pagination": "^1.0.3",
"eris-pagination": "^0.5.2",
2019-11-16 19:23:37 -05:00
"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",
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": {
"@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"
2019-10-14 15:46:10 -04:00
}
}