forked from engineering/cloudservices
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "cloudservices-rewrite",
|
|
"version": "1.1.0",
|
|
"description": "The official LOC Cloud Services system, this is a rewrite of the original version. ",
|
|
"main": "dist/Client.js",
|
|
"scripts": {
|
|
"lint": "eslint ./ --ext ts --fix",
|
|
"build": "tsc -p ./tsconfig.json"
|
|
},
|
|
"author": "Library of Code sp-us Engineering Team",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@ghaiklor/x509": "^1.0.0",
|
|
"axios": "^0.19.0",
|
|
"eris": "^0.10.1",
|
|
"eris-pagination": "bsian03/eris-pagination",
|
|
"fs-extra": "^8.1.0",
|
|
"moment": "^2.24.0",
|
|
"moment-precise-range-plugin": "^1.3.0",
|
|
"mongoose": "^5.7.4",
|
|
"nodemailer": "^6.3.1",
|
|
"signale": "^1.4.0",
|
|
"uuid": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.0.0",
|
|
"@types/mongoose": "^5.5.20",
|
|
"@types/nodemailer": "^6.2.1",
|
|
"@types/signale": "^1.2.1",
|
|
"@types/uuid": "^3.4.5",
|
|
"@typescript-eslint/eslint-plugin": "^2.4.0",
|
|
"@typescript-eslint/parser": "^2.4.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"typescript": "^3.6.4"
|
|
}
|
|
}
|