community-relations/package.json

29 lines
868 B
JSON
Raw Normal View History

2020-04-14 13:15:33 -04:00
{
"name": "loccommunityrelations",
"version": "1.0.0",
"description": "The official system for handling Community Relations in the LOC Discord server.",
"main": "dist/client.js",
"repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git",
"author": "Matthew R <matthew@staff.libraryofcode.org>",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/node": "^13.11.0",
2020-04-14 21:34:18 -04:00
"@types/signale": "^1.4.1",
2020-04-14 13:15:33 -04:00
"@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": {
"eris": "^0.11.2",
2020-04-14 19:01:52 -04:00
"moment": "^2.24.0",
2020-04-14 13:15:33 -04:00
"mongoose": "^5.9.7",
2020-04-14 21:34:18 -04:00
"signale": "^1.4.0",
2020-04-14 13:15:33 -04:00
"yaml": "^1.8.3"
}
}