1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/package.json
2021-02-03 18:15:15 +01:00

47 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",
"start": "npm run build && node dist/",
"build": "tsc -b ."
},
"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": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-validator": "^6.9.2",
"i18next": "^19.8.5",
"i18next-http-middleware": "^3.1.0",
"i18next-node-fs-backend": "^2.1.3",
"jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.3",
"lambert-server": "^1.0.10",
"missing-native-js-functions": "^1.2.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node-fetch": "^2.5.7",
"@types/bcrypt": "^3.0.0",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.22",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}