1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00
server/package.json

31 lines
706 B
JSON
Raw Normal View History

{
2021-02-05 16:58:50 +01:00
"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": {
"discord-server-util": "github:discord-open-source/discord-server-util",
2021-02-05 16:58:50 +01:00
"erlpack": "^0.1.3",
"jsonwebtoken": "^8.5.1",
2021-02-06 22:33:25 +01:00
"lambert-db": "^1.1.5",
"lambert-server": "^1.1.0",
"missing-native-js-functions": "^1.2.2",
2021-02-05 16:58:50 +01:00
"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"
}
}