community-relations/package.json

33 lines
994 B
JSON

{
"name": "loccommunityrelations",
"version": "1.0.0",
"description": "The official system for handling Community Relations in the LOC Discord server.",
"main": "build/main.js",
"repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git",
"author": "Matthew R <matthew@staff.libraryofcode.org>",
"license": "AGPL-3.0",
"private": false,
"devDependencies": {
"@types/mongoose": "^5.7.10",
"@types/node": "^13.11.0",
"@types/signale": "^1.4.1",
"@types/uuid": "^7.0.2",
"@types/yaml": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"typescript": "^3.8.3"
},
"dependencies": {
"axios": "^0.19.2",
"eris": "abalabahaha/eris#dev",
"moment": "^2.24.0",
"mongoose": "^5.9.9",
"signale": "^1.4.0",
"uuid": "^7.0.3",
"yaml": "^1.8.3"
}
}