26 lines
506 B
JSON
26 lines
506 B
JSON
{
|
|
"name": "Hyperia",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"argon2": "^0.44.0",
|
|
"chalk": "^5.6.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^4.18.2",
|
|
"http-proxy": "^1.18.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"moment": "^2.30.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|