mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "discord-server-opensource",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Trenite/discord-server-opensource.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Trenite/discord-server-opensource/issues"
|
|
},
|
|
"homepage": "https://github.com/Trenite/discord-server-opensource#readme",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.9",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"bcrypt": "^5.0.0",
|
|
"express": "^4.17.1",
|
|
"express-cache-middleware": "^1.0.1",
|
|
"express-validator": "^6.9.2",
|
|
"faker": "^5.1.0",
|
|
"i18next": "^19.8.5",
|
|
"i18next-http-middleware": "^3.1.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwa": "^2.0.0",
|
|
"jws": "^4.0.0",
|
|
"lambert-db": "^1.1.3",
|
|
"lambert-server": "^1.0.9",
|
|
"missing-native-js-functions": "^1.1.9",
|
|
"mongoose": "^5.11.14",
|
|
"node-fetch": "^2.6.1",
|
|
"rethinkdb-ts": "^2.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^3.0.0",
|
|
"@types/faker": "^5.1.5",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/jws": "^3.2.3",
|
|
"@types/node": "^14.14.22",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|