mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"name": "discord-gateway",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc -b .",
|
|
"start": "npm run build && node dist/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"erlpack": "^0.1.3",
|
|
"fosscord-server-util": "github:fosscord/fosscord-server-util",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lambert-db": "^1.1.8",
|
|
"lambert-server": "^1.1.3",
|
|
"missing-native-js-functions": "^1.2.3",
|
|
"node-fetch": "^2.6.1",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^7.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/ws": "^7.4.0"
|
|
}
|
|
}
|