1
0
Fork 0
cloudservices/package.json

21 lines
542 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",
"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",
"@types/nodemailer": "^6.2.1"
}
}