cloudservices/package.json

30 lines
829 B
JSON
Raw Normal View History

2019-10-14 15:46:10 -04:00
{
"name": "cloudservices-rewrite",
"version": "1.0.0",
"description": "The official LOC Cloud Services system, this is a rewrite of the original version. ",
"main": "dist/Client.js",
2019-10-15 13:45:48 -04:00
"scripts": {
"lint": "eslint ./ --ext ts --fix"
},
2019-10-14 15:46:10 -04:00
"author": "Library of Code sp-us Engineering Team",
"license": "MIT",
"private": false,
"dependencies": {
"eris": "^0.10.1",
"fs-extra": "^8.1.0",
"mongoose": "^5.7.4",
"nodemailer": "^6.3.1"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/mongoose": "^5.5.20",
2019-10-14 18:00:16 -04:00
"@types/nodemailer": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
2019-10-14 23:37:04 -04:00
"eslint-plugin-import": "^2.18.2",
"typescript": "^3.6.4"
2019-10-14 15:46:10 -04:00
}
}